#5C8DBF

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

Shades of Danube #5C8DBF

Tints of Danube #5C8DBF

Color information

#5C8DBF (or 0x5C8DBF) is unknown color: approx Danube. HEX triplet: 5C, 8D and BF. RGB value is (92,141,191). Sum of RGB (Red+Green+Blue) = 92+141+191=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DBF is #A37240. Grayscale: #838383. Windows color (decimal): -10711617 or 12553564. OLE color: 12553564.

HSL color Cylindrical-coordinate representation of color #5C8DBF: hue angle of 210.3º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C8DBF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92141191-
CMYK0.520.2600.25
HSL210.3º43.61%55.49%-
HSV(B)210.3º51.83%74.9%-
XYZ23.3425.0952.9-
YUV132.05161.2799.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.70%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 191 (75% from 255) = 45.05%
R=21.70%
G=33.25%
B=45.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921411910.520.2600.25210.343.6155.49
Hex5C8DBF341A019d22c37
Octal13421527764320313225467
Binary101110010001101101111111101001101001100111010010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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