Html Css Color HEX #5592CA Danube

📋 copy color: '#5592CA'

red 85 ◦ green 146 ◦ blue 202

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

Shades of Danube #5592CA

Tints of Danube #5592CA

RGB

 RED value IS 85 (33.59% from 255) = 19.63%

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

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

R = 19.63%
G = 33.72%
B = 46.65%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5592CA (or 0x5592CA) is known color: Danube. HEX triplet: 55, 92 and CA. RGB value is (85,146,202). Sum of RGB (Red+Green+Blue) = 85+146+202=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #5592CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CA is #AA6D35. Grayscale: #858585. Windows color (decimal): -11169078 or 13275733. OLE color: 13275733.

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

Color convert

RGB 85 146 202 -
CMYK 0.58 0.28 0 0.21
HSL 208.72º 0.52% 0.56% -
HSV(B) 208.72º 0.58% 0.79% -
XYZ 24.69 26.75 59.74 -
YUV 134.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 85 146 202 0.58 0.28 0 0.21 208.72 0.52 0.56
Hex 55 92 CA 3A 1C 0 15 D1 34 38
Octal 125 222 312 72 34 0 25 321 64 70
Binary 1010101 10010010 11001010 111010 11100 0 10101 11010001 110100 111000

Color Harmonies of #5592CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5592CA

Black with #5592CA

Text Example


Text Example

White with #5592CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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