Html Css Color HEX #598BCC Danube

📋 copy color: '#598BCC'

red 89 ◦ green 139 ◦ blue 204

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

Shades of Danube #598BCC

Tints of Danube #598BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

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

R = 20.6%
G = 32.18%
B = 47.22%

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

#598BCC (or 0x598BCC) is known color: Danube. HEX triplet: 59, 8B and CC. RGB value is (89,139,204). Sum of RGB (Red+Green+Blue) = 89+139+204=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #598BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BCC is #A67433. Grayscale: #838383. Windows color (decimal): -10908724 or 13405017. OLE color: 13405017.

HSL color Cylindrical-coordinate representation of color #598BCC: hue angle of 213.91º 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 #598BCC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 139 204 -
CMYK 0.56 0.32 0 0.2
HSL 213.91º 0.53% 0.57% -
HSV(B) 213.91º 0.56% 0.8% -
XYZ 24.25 24.95 60.66 -
YUV 131.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 89 139 204 0.56 0.32 0 0.2 213.91 0.53 0.57
Hex 59 8B CC 38 20 0 14 D6 35 39
Octal 131 213 314 70 40 0 24 326 65 71
Binary 1011001 10001011 11001100 111000 100000 0 10100 11010110 110101 111001

Color Harmonies of #598BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598BCC

Black with #598BCC

Text Example


Text Example

White with #598BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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