#598BD0

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

Shades of Danube #598BD0

Tints of Danube #598BD0

Color information

#598BD0 (or 0x598BD0) is unknown color: approx Danube. HEX triplet: 59, 8B and D0. RGB value is (89,139,208). Sum of RGB (Red+Green+Blue) = 89+139+208=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #598BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BD0 is #A6742F. Grayscale: #838383. Windows color (decimal): -10908720 or 13667161. OLE color: 13667161.

HSL color Cylindrical-coordinate representation of color #598BD0: hue angle of 214.79º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598BD0 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89139208-
CMYK0.570.3300.18
HSL214.79º55.87%58.24%-
HSV(B)214.79º57.21%81.57%-
XYZ24.7425.1463.22-
YUV131.92170.9497.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=20.41%
G=31.88%
B=47.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891392080.570.3300.18214.7955.8758.24
Hex598BD03921012d7383a
Octal13121332071410223277072
Binary1011001100010111101000011100110000101001011010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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