Html Css Color HEX #598CCD Danube

📋 copy color: '#598CCD'

red 89 ◦ green 140 ◦ blue 205

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

Shades of Danube #598CCD

Tints of Danube #598CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 20.51%
G = 32.26%
B = 47.24%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#598CCD (or 0x598CCD) is known color: Danube. HEX triplet: 59, 8C and CD. RGB value is (89,140,205). Sum of RGB (Red+Green+Blue) = 89+140+205=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #598CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CCD is #A67332. Grayscale: #838383. Windows color (decimal): -10908467 or 13470809. OLE color: 13470809.

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

Color convert

RGB 89 140 205 -
CMYK 0.57 0.32 0 0.20
HSL 213.62º 0.54% 0.58% -
HSV(B) 213.62º 0.57% 0.8% -
XYZ 24.52 25.29 61.35 -
YUV 132.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 89 140 205 0.57 0.32 0 0.20 213.62 0.54 0.58
Hex 59 8C CD 39 20 0 14 D6 36 3A
Octal 131 214 315 71 40 0 24 326 66 72
Binary 1011001 10001100 11001101 111001 100000 0 10100 11010110 110110 111010

Color Harmonies of #598CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CCD

Black with #598CCD

Text Example


Text Example

White with #598CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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