Html Css Color HEX #598CC0 Danube

📋 copy color: '#598CC0'

red 89 ◦ green 140 ◦ blue 192

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

Shades of Danube #598CC0

Tints of Danube #598CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

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

R = 21.14%
G = 33.25%
B = 45.61%

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

#598CC0 (or 0x598CC0) is known color: Danube. HEX triplet: 59, 8C and C0. RGB value is (89,140,192). Sum of RGB (Red+Green+Blue) = 89+140+192=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #598CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CC0 is #A6733F. Grayscale: #828282. Windows color (decimal): -10908480 or 12618841. OLE color: 12618841.

HSL color Cylindrical-coordinate representation of color #598CC0: hue angle of 210.29º 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 #598CC0 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 140 192 -
CMYK 0.54 0.27 0 0.25
HSL 210.29º 0.45% 0.55% -
HSV(B) 210.29º 0.54% 0.75% -
XYZ 23.01 24.69 53.42 -
YUV 130.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 89 140 192 0.54 0.27 0 0.25 210.29 0.45 0.55
Hex 59 8C C0 36 1B 0 19 D2 2D 37
Octal 131 214 300 66 33 0 31 322 55 67
Binary 1011001 10001100 11000000 110110 11011 0 11001 11010010 101101 110111

Color Harmonies of #598CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CC0

Black with #598CC0

Text Example


Text Example

White with #598CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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