#525CAA

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

Shades of Rich Blue #525CAA

Tints of Rich Blue #525CAA

Color information

#525CAA (or 0x525CAA) is unknown color: approx Rich Blue. HEX triplet: 52, 5C and AA. RGB value is (82,92,170). Sum of RGB (Red+Green+Blue) = 82+92+170=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #525CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CAA is #ADA355. Grayscale: #616161. Windows color (decimal): -11379542 or 11164754. OLE color: 11164754.

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

Color convert

RGB8292170-
CMYK0.520.4600.33
HSL233.18º34.92%49.41%-
HSV(B)233.18º51.76%66.67%-
XYZ14.5612.3539.65-
YUV97.9168.69116.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=23.84%
G=26.74%
B=49.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82921700.520.4600.33233.1834.9249.41
Hex525CAA342E021e92331
Octal12213425264560413514361
Binary1010010101110010101010110100101110010000111101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,92,170); }

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

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

 a { background-color: rgb(82,92,170); }

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

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

 span { border-color: rgb(82,92,170); }

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