#5052BA

Color #5052BA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5052BA

Tints of Rich Blue #5052BA

Color information

#5052BA (or 0x5052BA) is unknown color: approx Rich Blue. HEX triplet: 50, 52 and BA. RGB value is (80,82,186). Sum of RGB (Red+Green+Blue) = 80+82+186=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #5052BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052BA is #AFAD45. Grayscale: #5C5C5C. Windows color (decimal): -11513158 or 12210768. OLE color: 12210768.

HSL color Cylindrical-coordinate representation of color #5052BA: hue angle of 238.87º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5052BA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8082186-
CMYK0.570.5600.27
HSL238.87º43.44%52.16%-
HSV(B)238.87º56.99%72.94%-
XYZ15.1911.2947.83-
YUV93.26180.34118.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=22.99%
G=23.56%
B=53.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80821860.570.5600.27238.8743.4452.16
Hex5052BA393801Bef2b34
Octal12012227271700333575364
Binary101000010100101011101011100111100001101111101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5052BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5052BA; }

 p { color: rgb(80,82,186); }

 H1.HeaderClassName
 {
   color: #5052BA;
 }
 .AnyTagClassName
 {
   color: #5052BA;
 }
</style>
background-color css

<style>
 a { background-color: #5052BA; }

 a { background-color: rgb(80,82,186); }

 div.DivClassName
 {
   background-color: #5052BA;
 }
 .BgClassName
 {
   background-color: #5052BA;
 }
</style>
border-color css

<style>
 span { border-color: #5052BA; }

 span { border-color: rgb(80,82,186); }

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