Html Css Color HEX #598DCC Danube

📋 copy color: '#598DCC'

red 89 ◦ green 141 ◦ blue 204

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

Shades of Danube #598DCC

Tints of Danube #598DCC

RGB

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

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

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

R = 20.51%
G = 32.49%
B = 47%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#598DCC (or 0x598DCC) is known color: Danube. HEX triplet: 59, 8D and CC. RGB value is (89,141,204). Sum of RGB (Red+Green+Blue) = 89+141+204=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #598DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DCC is #A67233. Grayscale: #848484. Windows color (decimal): -10908212 or 13405529. OLE color: 13405529.

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

Color convert

RGB 89 141 204 -
CMYK 0.56 0.31 0 0.2
HSL 212.87º 0.53% 0.57% -
HSV(B) 212.87º 0.56% 0.8% -
XYZ 24.54 25.53 60.76 -
YUV 132.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 89 141 204 0.56 0.31 0 0.2 212.87 0.53 0.57
Hex 59 8D CC 38 1F 0 14 D5 35 39
Octal 131 215 314 70 37 0 24 325 65 71
Binary 1011001 10001101 11001100 111000 11111 0 10100 11010101 110101 111001

Color Harmonies of #598DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598DCC

Black with #598DCC

Text Example


Text Example

White with #598DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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