#5251AC

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

Shades of Rich Blue #5251AC

Tints of Rich Blue #5251AC

Color information

#5251AC (or 0x5251AC) is unknown color: approx Rich Blue. HEX triplet: 52, 51 and AC. RGB value is (82,81,172). Sum of RGB (Red+Green+Blue) = 82+81+172=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #5251AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5251AC is #ADAE53. Grayscale: #5B5B5B. Windows color (decimal): -11382356 or 11293010. OLE color: 11293010.

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

Color convert

RGB8281172-
CMYK0.520.5300.33
HSL240.66º35.97%49.61%-
HSV(B)240.66º52.91%67.45%-
XYZ13.8710.6640.36-
YUV91.67173.33121.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=24.48%
G=24.18%
B=51.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82811720.520.5300.33240.6635.9749.61
Hex5251AC3435021f12432
Octal12212125464650413614462
Binary1010010101000110101100110100110101010000111110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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