Html Css Color HEX #598CBA Danube

📋 copy color: '#598CBA'

red 89 ◦ green 140 ◦ blue 186

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

Shades of Danube #598CBA

Tints of Danube #598CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 21.45%
G = 33.73%
B = 44.82%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#598CBA (or 0x598CBA) is known color: Danube. HEX triplet: 59, 8C and BA. RGB value is (89,140,186). Sum of RGB (Red+Green+Blue) = 89+140+186=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #598CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CBA is #A67345. Grayscale: #818181. Windows color (decimal): -10908486 or 12225625. OLE color: 12225625.

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

Color convert

RGB 89 140 186 -
CMYK 0.52 0.25 0 0.27
HSL 208.45º 0.41% 0.54% -
HSV(B) 208.45º 0.52% 0.73% -
XYZ 22.36 24.43 49.99 -
YUV 130 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 89 140 186 0.52 0.25 0 0.27 208.45 0.41 0.54
Hex 59 8C BA 34 19 0 1B D0 29 36
Octal 131 214 272 64 31 0 33 320 51 66
Binary 1011001 10001100 10111010 110100 11001 0 11011 11010000 101001 110110

Color Harmonies of #598CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CBA

Black with #598CBA

Text Example


Text Example

White with #598CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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