#5C90BE

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

Shades of Danube #5C90BE

Tints of Danube #5C90BE

Color information

#5C90BE (or 0x5C90BE) is unknown color: approx Danube. HEX triplet: 5C, 90 and BE. RGB value is (92,144,190). Sum of RGB (Red+Green+Blue) = 92+144+190=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C90BE is #A36F41. Grayscale: #858585. Windows color (decimal): -10710850 or 12488796. OLE color: 12488796.

HSL color Cylindrical-coordinate representation of color #5C90BE: hue angle of 208.16º degrees, saturation: 0.43, 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 #5C90BE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92144190-
CMYK0.520.2400.25
HSL208.16º42.98%55.29%-
HSV(B)208.16º51.58%74.51%-
XYZ23.6825.9452.47-
YUV133.7159.7798.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.60%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=21.60%
G=33.80%
B=44.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921441900.520.2400.25208.1642.9855.29
Hex5C90BE3418019d02b37
Octal13422027664300313205367
Binary101110010010000101111101101001100001100111010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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