#5DB1D1

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

Shades of Viking #5DB1D1

Tints of Viking #5DB1D1

Color information

#5DB1D1 (or 0x5DB1D1) is unknown color: approx Viking. HEX triplet: 5D, B1 and D1. RGB value is (93,177,209). Sum of RGB (Red+Green+Blue) = 93+177+209=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #5DB1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1D1 is #A24E2E. Grayscale: #9B9B9B. Windows color (decimal): -10636847 or 13742429. OLE color: 13742429.

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

Color convert

RGB93177209-
CMYK0.560.1500.18
HSL196.55º55.77%59.22%-
HSV(B)196.55º55.5%81.96%-
XYZ31.7438.3766.06-
YUV155.53158.1783.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=19.42%
G=36.95%
B=43.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931772090.560.1500.18196.5555.7759.22
Hex5DB1D138F012c5383b
Octal13526132170170223057073
Binary10111011011000111010001111000111101001011000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,177,209); }

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

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

 a { background-color: rgb(93,177,209); }

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

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

 span { border-color: rgb(93,177,209); }

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