Html Css Color HEX #5992CA Danube

📋 copy color: '#5992CA'

red 89 ◦ green 146 ◦ blue 202

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

Shades of Danube #5992CA

Tints of Danube #5992CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 20.37%
G = 33.41%
B = 46.22%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5992CA (or 0x5992CA) is known color: Danube. HEX triplet: 59, 92 and CA. RGB value is (89,146,202). Sum of RGB (Red+Green+Blue) = 89+146+202=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #5992CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992CA is #A66D35. Grayscale: #878787. Windows color (decimal): -10906934 or 13275737. OLE color: 13275737.

HSL color Cylindrical-coordinate representation of color #5992CA: hue angle of 209.73º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5992CA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 146 202 -
CMYK 0.56 0.28 0 0.21
HSL 209.73º 0.52% 0.57% -
HSV(B) 209.73º 0.56% 0.79% -
XYZ 25.06 26.95 59.76 -
YUV 135.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 89 146 202 0.56 0.28 0 0.21 209.73 0.52 0.57
Hex 59 92 CA 38 1C 0 15 D2 34 39
Octal 131 222 312 70 34 0 25 322 64 71
Binary 1011001 10010010 11001010 111000 11100 0 10101 11010010 110100 111001

Color Harmonies of #5992CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992CA

Black with #5992CA

Text Example


Text Example

White with #5992CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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