#598cbe

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

Shades of Danube #598CBE

Tints of Danube #598CBE

Color information

#598CBE (or 0x598CBE) is unknown color: approx Danube. HEX triplet: 59, 8C and BE. RGB value is (89,140,190). Sum of RGB (Red+Green+Blue) = 89+140+190=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #598CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CBE is #A67341. Grayscale: #828282. Windows color (decimal): -10908482 or 12487769. OLE color: 12487769.

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

Color convert

RGB89140190-
CMYK0.530.2600.25
HSL209.7º43.72%54.71%-
HSV(B)209.7º53.16%74.51%-
XYZ22.7924.652.26-
YUV130.45161.698.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.24%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=21.24%
G=33.41%
B=45.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891401900.530.2600.25209.743.7254.71
Hex598CBE351A019d22c37
Octal13121427665320313225467
Binary101100110001100101111101101011101001100111010010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598cbe; }

 p { color: rgb(89,140,190); }

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

<style>
 a { background-color: #598cbe; }

 a { background-color: rgb(89,140,190); }

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

<style>
 span { border-color: #598cbe; }

 span { border-color: rgb(89,140,190); }

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