Html Css Color HEX #5990CC Danube

📋 copy color: '#5990CC'

red 89 ◦ green 144 ◦ blue 204

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

Shades of Danube #5990CC

Tints of Danube #5990CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 20.37%
G = 32.95%
B = 46.68%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5990CC (or 0x5990CC) is known color: Danube. HEX triplet: 59, 90 and CC. RGB value is (89,144,204). Sum of RGB (Red+Green+Blue) = 89+144+204=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #5990CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990CC is #A66F33. Grayscale: #868686. Windows color (decimal): -10907444 or 13406297. OLE color: 13406297.

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

Color convert

RGB 89 144 204 -
CMYK 0.56 0.29 0 0.2
HSL 211.3º 0.53% 0.57% -
HSV(B) 211.3º 0.56% 0.8% -
XYZ 24.99 26.43 60.91 -
YUV 134.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 89 144 204 0.56 0.29 0 0.2 211.3 0.53 0.57
Hex 59 90 CC 38 1D 0 14 D3 35 39
Octal 131 220 314 70 35 0 24 323 65 71
Binary 1011001 10010000 11001100 111000 11101 0 10100 11010011 110101 111001

Color Harmonies of #5990CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5990CC

Black with #5990CC

Text Example


Text Example

White with #5990CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5990CC; }

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

 H1.HeaderClassName
 {
   color: #5990CC;
 }
 .AnyTagClassName
 {
   color: #5990CC;
 }
</style>

background-color css

<style>
 a { background-color: #5990CC; }

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

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

border-color css

<style>
 span { border-color: #5990CC; }

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

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