#598CBD

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

Shades of Danube #598CBD

Tints of Danube #598CBD

Color information

#598CBD (or 0x598CBD) is unknown color: approx Danube. HEX triplet: 59, 8C and BD. RGB value is (89,140,189). Sum of RGB (Red+Green+Blue) = 89+140+189=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #598CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CBD is #A67342. Grayscale: #828282. Windows color (decimal): -10908483 or 12422233. OLE color: 12422233.

HSL color Cylindrical-coordinate representation of color #598CBD: hue angle of 209.4º 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 #598CBD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89140189-
CMYK0.530.2600.26
HSL209.4º43.1%54.51%-
HSV(B)209.4º52.91%74.12%-
XYZ22.6824.5551.69-
YUV130.34161.198.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.29%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=21.29%
G=33.49%
B=45.22%

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
Decimal891401890.530.2600.26209.443.154.51
Hex598CBD351A01Ad12b37
Octal13121427565320323215367
Binary101100110001100101111011101011101001101011010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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