Html Css Color HEX #5092C9 Danube

📋 copy color: '#5092C9'

red 80 ◦ green 146 ◦ blue 201

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

Shades of Danube #5092C9

Tints of Danube #5092C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 18.74%
G = 34.19%
B = 47.07%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5092C9 (or 0x5092C9) is known color: Danube. HEX triplet: 50, 92 and C9. RGB value is (80,146,201). Sum of RGB (Red+Green+Blue) = 80+146+201=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #5092C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092C9 is #AF6D36. Grayscale: #848484. Windows color (decimal): -11496759 or 13210192. OLE color: 13210192.

HSL color Cylindrical-coordinate representation of color #5092C9: hue angle of 207.27º degrees, saturation: 0.53, 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 #5092C9 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 146 201 -
CMYK 0.60 0.27 0 0.21
HSL 207.27º 0.53% 0.55% -
HSV(B) 207.27º 0.6% 0.79% -
XYZ 24.13 26.48 59.1 -
YUV 132.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 80 146 201 0.60 0.27 0 0.21 207.27 0.53 0.55
Hex 50 92 C9 3C 1B 0 15 CF 35 37
Octal 120 222 311 74 33 0 25 317 65 67
Binary 1010000 10010010 11001001 111100 11011 0 10101 11001111 110101 110111

Color Harmonies of #5092C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5092C9

Black with #5092C9

Text Example


Text Example

White with #5092C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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