#5592BE

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

Shades of Danube #5592BE

Tints of Danube #5592BE

Color information

#5592BE (or 0x5592BE) is unknown color: approx Danube. HEX triplet: 55, 92 and BE. RGB value is (85,146,190). Sum of RGB (Red+Green+Blue) = 85+146+190=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #5592BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592BE is #AA6D41. Grayscale: #848484. Windows color (decimal): -11169090 or 12489301. OLE color: 12489301.

HSL color Cylindrical-coordinate representation of color #5592BE: hue angle of 205.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5592BE is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85146190-
CMYK0.550.2300.25
HSL205.14º44.68%53.92%-
HSV(B)205.14º55.26%74.51%-
XYZ23.3226.2152.54-
YUV132.78160.2993.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=20.19%
G=34.68%
B=45.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851461900.550.2300.25205.1444.6853.92
Hex5592BE3717019cd2d36
Octal12522227667270313155566
Binary101010110010010101111101101111011101100111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5592BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5592BE; }

 p { color: rgb(85,146,190); }

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

<style>
 a { background-color: #5592BE; }

 a { background-color: rgb(85,146,190); }

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

<style>
 span { border-color: #5592BE; }

 span { border-color: rgb(85,146,190); }

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