#5C8CCD

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

Shades of Danube #5C8CCD

Tints of Danube #5C8CCD

Color information

#5C8CCD (or 0x5C8CCD) is unknown color: approx Danube. HEX triplet: 5C, 8C and CD. RGB value is (92,140,205). Sum of RGB (Red+Green+Blue) = 92+140+205=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8CCD is #A37332. Grayscale: #848484. Windows color (decimal): -10711859 or 13470812. OLE color: 13470812.

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

Color convert

RGB92140205-
CMYK0.550.3200.20
HSL214.51º53.05%58.24%-
HSV(B)214.51º55.12%80.39%-
XYZ24.8125.4461.36-
YUV133.06168.698.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.05%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=21.05%
G=32.04%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921402050.550.3200.20214.5153.0558.24
Hex5C8CCD3720014d7353a
Octal13421431567400243276572
Binary1011100100011001100110111011110000001010011010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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