Html Css Color HEX #598DBF Danube

📋 copy color: '#598DBF'

red 89 ◦ green 141 ◦ blue 191

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

Shades of Danube #598DBF

Tints of Danube #598DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 191 (75% from 255) = 45.37%

R = 21.14%
G = 33.49%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#598DBF (or 0x598DBF) is known color: Danube. HEX triplet: 59, 8D and BF. RGB value is (89,141,191). Sum of RGB (Red+Green+Blue) = 89+141+191=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #598DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DBF is #A67240. Grayscale: #828282. Windows color (decimal): -10908225 or 12553561. OLE color: 12553561.

HSL color Cylindrical-coordinate representation of color #598DBF: hue angle of 209.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #598DBF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 141 191 -
CMYK 0.53 0.26 0 0.25
HSL 209.41º 0.44% 0.55% -
HSV(B) 209.41º 0.53% 0.75% -
XYZ 23.05 24.94 52.89 -
YUV 131.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 89 141 191 0.53 0.26 0 0.25 209.41 0.44 0.55
Hex 59 8D BF 35 1A 0 19 D1 2C 37
Octal 131 215 277 65 32 0 31 321 54 67
Binary 1011001 10001101 10111111 110101 11010 0 11001 11010001 101100 110111

Color Harmonies of #598DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598DBF

Black with #598DBF

Text Example


Text Example

White with #598DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,141,191); }

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

background-color css

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

 a { background-color: rgb(89,141,191); }

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

border-color css

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

 span { border-color: rgb(89,141,191); }

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