#598DBB

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

Shades of Danube #598DBB

Tints of Danube #598DBB

Color information

#598DBB (or 0x598DBB) is unknown color: approx Danube. HEX triplet: 59, 8D and BB. RGB value is (89,141,187). Sum of RGB (Red+Green+Blue) = 89+141+187=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #598DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DBB is #A67244. Grayscale: #828282. Windows color (decimal): -10908229 or 12291417. OLE color: 12291417.

HSL color Cylindrical-coordinate representation of color #598DBB: hue angle of 208.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #598DBB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89141187-
CMYK0.520.2500.27
HSL208.16º41.88%54.12%-
HSV(B)208.16º52.41%73.33%-
XYZ22.6124.7650.6-
YUV130.7159.7798.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=21.34%
G=33.81%
B=44.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891411870.520.2500.27208.1641.8854.12
Hex598DBB341901Bd02a36
Octal13121527364310333205266
Binary101100110001101101110111101001100101101111010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,141,187); }

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

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

 a { background-color: rgb(89,141,187); }

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

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

 span { border-color: rgb(89,141,187); }

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