#5DB3D0

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

Shades of Viking #5DB3D0

Tints of Viking #5DB3D0

Color information

#5DB3D0 (or 0x5DB3D0) is unknown color: approx Viking. HEX triplet: 5D, B3 and D0. RGB value is (93,179,208). Sum of RGB (Red+Green+Blue) = 93+179+208=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DB3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3D0 is #A24C2F. Grayscale: #9C9C9C. Windows color (decimal): -10636336 or 13677405. OLE color: 13677405.

HSL color Cylindrical-coordinate representation of color #5DB3D0: hue angle of 195.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB3D0 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93179208-
CMYK0.550.1400.18
HSL195.13º55.02%59.02%-
HSV(B)195.13º55.29%81.57%-
XYZ32.0239.1265.54-
YUV156.59157.0182.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.38%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=19.38%
G=37.29%
B=43.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931792080.550.1400.18195.1355.0259.02
Hex5DB3D037E012c3373b
Octal13526332067160223036773
Binary10111011011001111010000110111111001001011000011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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