#5C8DCD

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

Shades of Danube #5C8DCD

Tints of Danube #5C8DCD

Color information

#5C8DCD (or 0x5C8DCD) is unknown color: approx Danube. HEX triplet: 5C, 8D and CD. RGB value is (92,141,205). Sum of RGB (Red+Green+Blue) = 92+141+205=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DCD is #A37232. Grayscale: #858585. Windows color (decimal): -10711603 or 13471068. OLE color: 13471068.

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

Color convert

RGB92141205-
CMYK0.550.3100.20
HSL213.98º53.05%58.24%-
HSV(B)213.98º55.12%80.39%-
XYZ24.9625.7361.41-
YUV133.64168.2798.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.00%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=21.00%
G=32.19%
B=46.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921412050.550.3100.20213.9853.0558.24
Hex5C8DCD371F014d6353a
Octal13421531567370243266572
Binary101110010001101110011011101111111101010011010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,141,205); }

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

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

 a { background-color: rgb(92,141,205); }

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

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

 span { border-color: rgb(92,141,205); }

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