#598ED0

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

Shades of Danube #598ED0

Tints of Danube #598ED0

Color information

#598ED0 (or 0x598ED0) is unknown color: approx Danube. HEX triplet: 59, 8E and D0. RGB value is (89,142,208). Sum of RGB (Red+Green+Blue) = 89+142+208=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #598ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ED0 is #A6712F. Grayscale: #858585. Windows color (decimal): -10907952 or 13667929. OLE color: 13667929.

HSL color Cylindrical-coordinate representation of color #598ED0: hue angle of 213.28º 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 #598ED0 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89142208-
CMYK0.570.3200.18
HSL213.28º55.87%58.24%-
HSV(B)213.28º57.21%81.57%-
XYZ25.1826.0263.37-
YUV133.68169.9496.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=20.27%
G=32.35%
B=47.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891422080.570.3200.18213.2855.8758.24
Hex598ED03920012d5383a
Octal13121632071400223257072
Binary1011001100011101101000011100110000001001011010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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