Html Css Color HEX #598FBA Danube

📋 copy color: '#598FBA'

red 89 ◦ green 143 ◦ blue 186

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

Shades of Danube #598FBA

Tints of Danube #598FBA

RGB

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

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

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

R = 21.29%
G = 34.21%
B = 44.5%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#598FBA (or 0x598FBA) is known color: Danube. HEX triplet: 59, 8F and BA. RGB value is (89,143,186). Sum of RGB (Red+Green+Blue) = 89+143+186=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #598FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FBA is #A67045. Grayscale: #838383. Windows color (decimal): -10907718 or 12226393. OLE color: 12226393.

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

Color convert

RGB 89 143 186 -
CMYK 0.52 0.23 0 0.27
HSL 206.6º 0.41% 0.54% -
HSV(B) 206.6º 0.52% 0.73% -
XYZ 22.81 25.31 50.14 -
YUV 131.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 89 143 186 0.52 0.23 0 0.27 206.6 0.41 0.54
Hex 59 8F BA 34 17 0 1B CF 29 36
Octal 131 217 272 64 27 0 33 317 51 66
Binary 1011001 10001111 10111010 110100 10111 0 11011 11001111 101001 110110

Color Harmonies of #598FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598FBA

Black with #598FBA

Text Example


Text Example

White with #598FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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