#525EAC

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

Shades of Rich Blue #525EAC

Tints of Rich Blue #525EAC

Color information

#525EAC (or 0x525EAC) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and AC. RGB value is (82,94,172). Sum of RGB (Red+Green+Blue) = 82+94+172=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #525EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525EAC is #ADA153. Grayscale: #626262. Windows color (decimal): -11379028 or 11296338. OLE color: 11296338.

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

Color convert

RGB8294172-
CMYK0.520.4500.33
HSL232º35.43%49.8%-
HSV(B)232º52.33%67.45%-
XYZ14.9312.7840.71-
YUV99.3169.02115.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=23.56%
G=27.01%
B=49.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82941720.520.4500.3323235.4349.8
Hex525EAC342D021e82332
Octal12213625464550413504362
Binary1010010101111010101100110100101101010000111101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525EAC; }

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

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

<style>
 a { background-color: #525EAC; }

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

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

<style>
 span { border-color: #525EAC; }

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

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