#5DB9CD

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

Shades of Viking #5DB9CD

Tints of Viking #5DB9CD

Color information

#5DB9CD (or 0x5DB9CD) is unknown color: approx Viking. HEX triplet: 5D, B9 and CD. RGB value is (93,185,205). Sum of RGB (Red+Green+Blue) = 93+185+205=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB9CD is #A24632. Grayscale: #9F9F9F. Windows color (decimal): -10634803 or 13482333. OLE color: 13482333.

HSL color Cylindrical-coordinate representation of color #5DB9CD: hue angle of 190.71º 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 #5DB9CD is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93185205-
CMYK0.550.1000.20
HSL190.71º52.83%58.43%-
HSV(B)190.71º54.63%80.39%-
XYZ32.8841.4364.02-
YUV159.77153.5280.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=19.25%
G=38.30%
B=42.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931852050.550.1000.20190.7152.8358.43
Hex5DB9CD37A014bf353a
Octal13527131567120242776572
Binary10111011011100111001101110111101001010010111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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