Html Css Color HEX #5992CC Danube

📋 copy color: '#5992CC'

red 89 ◦ green 146 ◦ blue 204

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

Shades of Danube #5992CC

Tints of Danube #5992CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 20.27%
G = 33.26%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5992CC (or 0x5992CC) is known color: Danube. HEX triplet: 59, 92 and CC. RGB value is (89,146,204). Sum of RGB (Red+Green+Blue) = 89+146+204=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #5992CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992CC is #A66D33. Grayscale: #878787. Windows color (decimal): -10906932 or 13406809. OLE color: 13406809.

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

Color convert

RGB 89 146 204 -
CMYK 0.56 0.28 0 0.2
HSL 210.26º 0.53% 0.57% -
HSV(B) 210.26º 0.56% 0.8% -
XYZ 25.3 27.04 61.01 -
YUV 135.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 89 146 204 0.56 0.28 0 0.2 210.26 0.53 0.57
Hex 59 92 CC 38 1C 0 14 D2 35 39
Octal 131 222 314 70 34 0 24 322 65 71
Binary 1011001 10010010 11001100 111000 11100 0 10100 11010010 110101 111001

Color Harmonies of #5992CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992CC

Black with #5992CC

Text Example


Text Example

White with #5992CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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