#5DB2CD

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

Shades of Viking #5DB2CD

Tints of Viking #5DB2CD

Color information

#5DB2CD (or 0x5DB2CD) is unknown color: approx Viking. HEX triplet: 5D, B2 and CD. RGB value is (93,178,205). Sum of RGB (Red+Green+Blue) = 93+178+205=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2CD is #A24D32. Grayscale: #9B9B9B. Windows color (decimal): -10636595 or 13480541. OLE color: 13480541.

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

Color convert

RGB93178205-
CMYK0.550.1300.20
HSL194.46º52.83%58.43%-
HSV(B)194.46º54.63%80.39%-
XYZ31.4538.5863.55-
YUV155.66155.8483.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.54%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=19.54%
G=37.39%
B=43.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931782050.550.1300.20194.4652.8358.43
Hex5DB2CD37D014c2353a
Octal13526231567150243026572
Binary10111011011001011001101110111110101010011000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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