Html Css Color HEX #598CD2 Danube

📋 copy color: '#598CD2'

red 89 ◦ green 140 ◦ blue 210

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

Shades of Danube #598CD2

Tints of Danube #598CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 20.27%
G = 31.89%
B = 47.84%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#598CD2 (or 0x598CD2) is known color: Danube. HEX triplet: 59, 8C and D2. RGB value is (89,140,210). Sum of RGB (Red+Green+Blue) = 89+140+210=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #598CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CD2 is #A6732D. Grayscale: #848484. Windows color (decimal): -10908462 or 13798489. OLE color: 13798489.

HSL color Cylindrical-coordinate representation of color #598CD2: hue angle of 214.71º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #598CD2 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 140 210 -
CMYK 0.58 0.33 0 0.18
HSL 214.71º 0.57% 0.59% -
HSV(B) 214.71º 0.58% 0.82% -
XYZ 25.13 25.53 64.58 -
YUV 132.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 89 140 210 0.58 0.33 0 0.18 214.71 0.57 0.59
Hex 59 8C D2 3A 21 0 12 D7 39 3B
Octal 131 214 322 72 41 0 22 327 71 73
Binary 1011001 10001100 11010010 111010 100001 0 10010 11010111 111001 111011

Color Harmonies of #598CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598CD2

Black with #598CD2

Text Example


Text Example

White with #598CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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