Html Css Color HEX #598FC0 Danube

📋 copy color: '#598FC0'

red 89 ◦ green 143 ◦ blue 192

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

Shades of Danube #598FC0

Tints of Danube #598FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 20.99%
G = 33.73%
B = 45.28%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#598FC0 (or 0x598FC0) is known color: Danube. HEX triplet: 59, 8F and C0. RGB value is (89,143,192). Sum of RGB (Red+Green+Blue) = 89+143+192=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #598FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FC0 is #A6703F. Grayscale: #848484. Windows color (decimal): -10907712 or 12619609. OLE color: 12619609.

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

Color convert

RGB 89 143 192 -
CMYK 0.54 0.26 0 0.25
HSL 208.54º 0.45% 0.55% -
HSV(B) 208.54º 0.54% 0.75% -
XYZ 23.46 25.57 53.57 -
YUV 132.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 89 143 192 0.54 0.26 0 0.25 208.54 0.45 0.55
Hex 59 8F C0 36 1A 0 19 D1 2D 37
Octal 131 217 300 66 32 0 31 321 55 67
Binary 1011001 10001111 11000000 110110 11010 0 11001 11010001 101101 110111

Color Harmonies of #598FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598FC0

Black with #598FC0

Text Example


Text Example

White with #598FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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