#5C90BB

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

Shades of Danube #5C90BB

Tints of Danube #5C90BB

Color information

#5C90BB (or 0x5C90BB) is unknown color: approx Danube. HEX triplet: 5C, 90 and BB. RGB value is (92,144,187). Sum of RGB (Red+Green+Blue) = 92+144+187=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C90BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C90BB is #A36F44. Grayscale: #858585. Windows color (decimal): -10710853 or 12292188. OLE color: 12292188.

HSL color Cylindrical-coordinate representation of color #5C90BB: hue angle of 207.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C90BB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92144187-
CMYK0.510.2300.27
HSL207.16º41.13%54.71%-
HSV(B)207.16º50.8%73.33%-
XYZ23.3625.8150.76-
YUV133.35158.2798.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.75%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=21.75%
G=34.04%
B=44.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921441870.510.2300.27207.1641.1354.71
Hex5C90BB331701Bcf2937
Octal13422027363270333175167
Binary101110010010000101110111100111011101101111001111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,187); }

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

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

 a { background-color: rgb(92,144,187); }

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

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

 span { border-color: rgb(92,144,187); }

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