#5052AC

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

Shades of Rich Blue #5052AC

Tints of Rich Blue #5052AC

Color information

#5052AC (or 0x5052AC) is unknown color: approx Rich Blue. HEX triplet: 50, 52 and AC. RGB value is (80,82,172). Sum of RGB (Red+Green+Blue) = 80+82+172=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #5052AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5052AC is #AFAD53. Grayscale: #5B5B5B. Windows color (decimal): -11513172 or 11293264. OLE color: 11293264.

HSL color Cylindrical-coordinate representation of color #5052AC: hue angle of 238.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5052AC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8082172-
CMYK0.530.5200.33
HSL238.7º36.51%49.41%-
HSV(B)238.7º53.49%67.45%-
XYZ13.7710.7240.37-
YUV91.66173.34119.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=23.95%
G=24.55%
B=51.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80821720.530.5200.33238.736.5149.41
Hex5052AC3534021ef2531
Octal12012225465640413574561
Binary1010000101001010101100110101110100010000111101111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5052AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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