#598BBD

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

Shades of Danube #598BBD

Tints of Danube #598BBD

Color information

#598BBD (or 0x598BBD) is unknown color: approx Danube. HEX triplet: 59, 8B and BD. RGB value is (89,139,189). Sum of RGB (Red+Green+Blue) = 89+139+189=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #598BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BBD is #A67442. Grayscale: #818181. Windows color (decimal): -10908739 or 12421977. OLE color: 12421977.

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

Color convert

RGB89139189-
CMYK0.530.2600.26
HSL210º43.1%54.51%-
HSV(B)210º52.91%74.12%-
XYZ22.5424.2651.64-
YUV129.75161.4498.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=21.34%
G=33.33%
B=45.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891391890.530.2600.2621043.154.51
Hex598BBD351A01Ad22b37
Octal13121327565320323225367
Binary101100110001011101111011101011101001101011010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,139,189); }

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

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

 a { background-color: rgb(89,139,189); }

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

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

 span { border-color: rgb(89,139,189); }

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