Html Css Color HEX #598ABA Danube

📋 copy color: '#598ABA'

red 89 ◦ green 138 ◦ blue 186

#598ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #598ABA

Tints of Danube #598ABA

RGB

 RED value IS 89 (35.16% from 255) = 21.55%

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 21.55%
G = 33.41%
B = 45.04%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#598ABA (or 0x598ABA) is known color: Danube. HEX triplet: 59, 8A and BA. RGB value is (89,138,186). Sum of RGB (Red+Green+Blue) = 89+138+186=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #598ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ABA is #A67545. Grayscale: #808080. Windows color (decimal): -10908998 or 12225113. OLE color: 12225113.

HSL color Cylindrical-coordinate representation of color #598ABA: hue angle of 209.69º degrees, saturation: 0.41, 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 #598ABA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 138 186 -
CMYK 0.52 0.26 0 0.27
HSL 209.69º 0.41% 0.54% -
HSV(B) 209.69º 0.52% 0.73% -
XYZ 22.07 23.85 49.89 -
YUV 128.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 89 138 186 0.52 0.26 0 0.27 209.69 0.41 0.54
Hex 59 8A BA 34 1A 0 1B D2 29 36
Octal 131 212 272 64 32 0 33 322 51 66
Binary 1011001 10001010 10111010 110100 11010 0 11011 11010010 101001 110110

Color Harmonies of #598ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598ABA

Black with #598ABA

Text Example


Text Example

White with #598ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #598ABA;
 }
 .AnyTagClassName
 {
   color: #598ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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