Html Css Color HEX #5092CA Danube

📋 copy color: '#5092CA'

red 80 ◦ green 146 ◦ blue 202

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

Shades of Danube #5092CA

Tints of Danube #5092CA

RGB

 RED value IS 80 (31.64% from 255) = 18.69%

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

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

R = 18.69%
G = 34.11%
B = 47.2%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5092CA (or 0x5092CA) is known color: Danube. HEX triplet: 50, 92 and CA. RGB value is (80,146,202). Sum of RGB (Red+Green+Blue) = 80+146+202=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #5092CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092CA is #AF6D35. Grayscale: #848484. Windows color (decimal): -11496758 or 13275728. OLE color: 13275728.

HSL color Cylindrical-coordinate representation of color #5092CA: hue angle of 207.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5092CA is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 146 202 -
CMYK 0.60 0.28 0 0.21
HSL 207.54º 0.54% 0.55% -
HSV(B) 207.54º 0.6% 0.79% -
XYZ 24.25 26.53 59.72 -
YUV 132.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 80 146 202 0.60 0.28 0 0.21 207.54 0.54 0.55
Hex 50 92 CA 3C 1C 0 15 D0 36 37
Octal 120 222 312 74 34 0 25 320 66 67
Binary 1010000 10010010 11001010 111100 11100 0 10101 11010000 110110 110111

Color Harmonies of #5092CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092CA

Black with #5092CA

Text Example


Text Example

White with #5092CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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