Html Css Color HEX #598ACC Danube

📋 copy color: '#598ACC'

red 89 ◦ green 138 ◦ blue 204

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

Shades of Danube #598ACC

Tints of Danube #598ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 20.65%
G = 32.02%
B = 47.33%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#598ACC (or 0x598ACC) is known color: Danube. HEX triplet: 59, 8A and CC. RGB value is (89,138,204). Sum of RGB (Red+Green+Blue) = 89+138+204=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #598ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ACC is #A67533. Grayscale: #828282. Windows color (decimal): -10908980 or 13404761. OLE color: 13404761.

HSL color Cylindrical-coordinate representation of color #598ACC: hue angle of 214.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #598ACC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 138 204 -
CMYK 0.56 0.32 0 0.2
HSL 214.43º 0.53% 0.57% -
HSV(B) 214.43º 0.56% 0.8% -
XYZ 24.11 24.66 60.62 -
YUV 130.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 89 138 204 0.56 0.32 0 0.2 214.43 0.53 0.57
Hex 59 8A CC 38 20 0 14 D6 35 39
Octal 131 212 314 70 40 0 24 326 65 71
Binary 1011001 10001010 11001100 111000 100000 0 10100 11010110 110101 111001

Color Harmonies of #598ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598ACC

Black with #598ACC

Text Example


Text Example

White with #598ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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