#5DB1CD

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

Shades of Viking #5DB1CD

Tints of Viking #5DB1CD

Color information

#5DB1CD (or 0x5DB1CD) is unknown color: approx Viking. HEX triplet: 5D, B1 and CD. RGB value is (93,177,205). Sum of RGB (Red+Green+Blue) = 93+177+205=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1CD is #A24E32. Grayscale: #9A9A9A. Windows color (decimal): -10636851 or 13480285. OLE color: 13480285.

HSL color Cylindrical-coordinate representation of color #5DB1CD: hue angle of 195º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB1CD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93177205-
CMYK0.550.1400.20
HSL195º52.83%58.43%-
HSV(B)195º54.63%80.39%-
XYZ31.2638.1863.48-
YUV155.08156.1783.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=19.58%
G=37.26%
B=43.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931772050.550.1400.2019552.8358.43
Hex5DB1CD37E014c3353a
Octal13526131567160243036572
Binary10111011011000111001101110111111001010011000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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