Html Css Color HEX #598ABF Danube

📋 copy color: '#598ABF'

red 89 ◦ green 138 ◦ blue 191

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

Shades of Danube #598ABF

Tints of Danube #598ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 21.29%
G = 33.01%
B = 45.69%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#598ABF (or 0x598ABF) is known color: Danube. HEX triplet: 59, 8A and BF. RGB value is (89,138,191). Sum of RGB (Red+Green+Blue) = 89+138+191=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #598ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ABF is #A67540. Grayscale: #818181. Windows color (decimal): -10908993 or 12552793. OLE color: 12552793.

HSL color Cylindrical-coordinate representation of color #598ABF: hue angle of 211.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #598ABF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 138 191 -
CMYK 0.53 0.28 0 0.25
HSL 211.18º 0.44% 0.55% -
HSV(B) 211.18º 0.53% 0.75% -
XYZ 22.61 24.06 52.74 -
YUV 129.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 89 138 191 0.53 0.28 0 0.25 211.18 0.44 0.55
Hex 59 8A BF 35 1C 0 19 D3 2C 37
Octal 131 212 277 65 34 0 31 323 54 67
Binary 1011001 10001010 10111111 110101 11100 0 11001 11010011 101100 110111

Color Harmonies of #598ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598ABF

Black with #598ABF

Text Example


Text Example

White with #598ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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