#525EA6

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

Shades of Rich Blue #525EA6

Tints of Rich Blue #525EA6

Color information

#525EA6 (or 0x525EA6) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and A6. RGB value is (82,94,166). Sum of RGB (Red+Green+Blue) = 82+94+166=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #525EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525EA6 is #ADA159. Grayscale: #626262. Windows color (decimal): -11379034 or 10903122. OLE color: 10903122.

HSL color Cylindrical-coordinate representation of color #525EA6: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525EA6 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8294166-
CMYK0.510.4300.35
HSL231.43º33.87%48.63%-
HSV(B)231.43º50.6%65.1%-
XYZ14.3712.5537.74-
YUV98.62166.02116.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=23.98%
G=27.49%
B=48.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82941660.510.4300.35231.4333.8748.63
Hex525EA6332B023e72231
Octal12213624663530433474261
Binary1010010101111010100110110011101011010001111100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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