#5DB3CE

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

Shades of Viking #5DB3CE

Tints of Viking #5DB3CE

Color information

#5DB3CE (or 0x5DB3CE) is unknown color: approx Viking. HEX triplet: 5D, B3 and CE. RGB value is (93,179,206). Sum of RGB (Red+Green+Blue) = 93+179+206=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DB3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3CE is #A24C31. Grayscale: #9C9C9C. Windows color (decimal): -10636338 or 13546333. OLE color: 13546333.

HSL color Cylindrical-coordinate representation of color #5DB3CE: hue angle of 194.34º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB3CE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93179206-
CMYK0.550.1300.19
HSL194.34º53.55%58.63%-
HSV(B)194.34º54.85%80.78%-
XYZ31.7739.0264.25-
YUV156.36156.0182.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.46%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=19.46%
G=37.45%
B=43.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931792060.550.1300.19194.3453.5558.63
Hex5DB3CE37D013c2363b
Octal13526331667150233026673
Binary10111011011001111001110110111110101001111000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,179,206); }

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

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

 a { background-color: rgb(93,179,206); }

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

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

 span { border-color: rgb(93,179,206); }

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