#5C8DD1

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

Shades of Danube #5C8DD1

Tints of Danube #5C8DD1

Color information

#5C8DD1 (or 0x5C8DD1) is unknown color: approx Danube. HEX triplet: 5C, 8D and D1. RGB value is (92,141,209). Sum of RGB (Red+Green+Blue) = 92+141+209=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C8DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DD1 is #A3722E. Grayscale: #858585. Windows color (decimal): -10711599 or 13733212. OLE color: 13733212.

HSL color Cylindrical-coordinate representation of color #5C8DD1: hue angle of 214.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C8DD1 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB92141209-
CMYK0.560.3300.18
HSL214.87º55.98%59.02%-
HSV(B)214.87º55.98%81.96%-
XYZ25.4525.9363.99-
YUV134.1170.2797.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.81%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=20.81%
G=31.90%
B=47.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal921412090.560.3300.18214.8755.9859.02
Hex5C8DD13821012d7383b
Octal13421532170410223277073
Binary1011100100011011101000111100010000101001011010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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