Html Css Color HEX #598DC0 Danube

📋 copy color: '#598DC0'

red 89 ◦ green 141 ◦ blue 192

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

Shades of Danube #598DC0

Tints of Danube #598DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 21.09%
G = 33.41%
B = 45.5%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#598DC0 (or 0x598DC0) is known color: Danube. HEX triplet: 59, 8D and C0. RGB value is (89,141,192). Sum of RGB (Red+Green+Blue) = 89+141+192=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #598DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DC0 is #A6723F. Grayscale: #838383. Windows color (decimal): -10908224 or 12619097. OLE color: 12619097.

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

Color convert

RGB 89 141 192 -
CMYK 0.54 0.27 0 0.25
HSL 209.71º 0.45% 0.55% -
HSV(B) 209.71º 0.54% 0.75% -
XYZ 23.16 24.98 53.47 -
YUV 131.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 89 141 192 0.54 0.27 0 0.25 209.71 0.45 0.55
Hex 59 8D C0 36 1B 0 19 D2 2D 37
Octal 131 215 300 66 33 0 31 322 55 67
Binary 1011001 10001101 11000000 110110 11011 0 11001 11010010 101101 110111

Color Harmonies of #598DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598DC0

Black with #598DC0

Text Example


Text Example

White with #598DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,141,192); }

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

background-color css

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

 a { background-color: rgb(89,141,192); }

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

border-color css

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

 span { border-color: rgb(89,141,192); }

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