#5DBCCA

Color #5DBCCA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5DBCCA

Tints of Viking #5DBCCA

Color information

#5DBCCA (or 0x5DBCCA) is unknown color: approx Viking. HEX triplet: 5D, BC and CA. RGB value is (93,188,202). Sum of RGB (Red+Green+Blue) = 93+188+202=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCCA is #A24335. Grayscale: #A1A1A1. Windows color (decimal): -10634038 or 13286493. OLE color: 13286493.

HSL color Cylindrical-coordinate representation of color #5DBCCA: hue angle of 187.71º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBCCA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93188202-
CMYK0.540.0700.21
HSL187.71º50.7%57.84%-
HSV(B)187.71º53.96%79.22%-
XYZ33.1642.5662.34-
YUV161.19151.0379.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=19.25%
G=38.92%
B=41.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931882020.540.0700.21187.7150.757.84
Hex5DBCCA367015bc333a
Octal1352743126670252746372
Binary1011101101111001100101011011011101010110111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DBCCA; }

 p { color: rgb(93,188,202); }

 H1.HeaderClassName
 {
   color: #5DBCCA;
 }
 .AnyTagClassName
 {
   color: #5DBCCA;
 }
</style>
background-color css

<style>
 a { background-color: #5DBCCA; }

 a { background-color: rgb(93,188,202); }

 div.DivClassName
 {
   background-color: #5DBCCA;
 }
 .BgClassName
 {
   background-color: #5DBCCA;
 }
</style>
border-color css

<style>
 span { border-color: #5DBCCA; }

 span { border-color: rgb(93,188,202); }

 td.TdClassName
 {
   border-color: #5DBCCA;
 }
 .TagClassName
 {
   border-color: #5DBCCA;
 }
</style>