#598AC2

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

Shades of Danube #598AC2

Tints of Danube #598AC2

Color information

#598AC2 (or 0x598AC2) is unknown color: approx Danube. HEX triplet: 59, 8A and C2. RGB value is (89,138,194). Sum of RGB (Red+Green+Blue) = 89+138+194=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #598AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598AC2 is #A6753D. Grayscale: #818181. Windows color (decimal): -10908990 or 12749401. OLE color: 12749401.

HSL color Cylindrical-coordinate representation of color #598AC2: hue angle of 212º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #598AC2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89138194-
CMYK0.540.2900.24
HSL212º46.26%55.49%-
HSV(B)212º54.12%76.08%-
XYZ22.9524.254.5-
YUV129.73164.2798.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.14%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=21.14%
G=32.78%
B=46.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891381940.540.2900.2421246.2655.49
Hex598AC2361D018d42e37
Octal13121230266350303245667
Binary101100110001010110000101101101110101100011010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,138,194); }

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

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

 a { background-color: rgb(89,138,194); }

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

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

 span { border-color: rgb(89,138,194); }

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