#5262AA

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

Shades of Rich Blue #5262AA

Tints of Rich Blue #5262AA

Color information

#5262AA (or 0x5262AA) is unknown color: approx Rich Blue. HEX triplet: 52, 62 and AA. RGB value is (82,98,170). Sum of RGB (Red+Green+Blue) = 82+98+170=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #5262AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5262AA is #AD9D55. Grayscale: #656565. Windows color (decimal): -11378006 or 11166290. OLE color: 11166290.

HSL color Cylindrical-coordinate representation of color #5262AA: hue angle of 229.09º 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 #5262AA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8298170-
CMYK0.520.4200.33
HSL229.09º34.92%49.41%-
HSV(B)229.09º51.76%66.67%-
XYZ15.113.4339.83-
YUV101.42166.7114.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=23.43%
G=28%
B=48.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82981700.520.4200.33229.0934.9249.41
Hex5262AA342A021e52331
Octal12214225264520413454361
Binary1010010110001010101010110100101010010000111100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5262AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5262AA; }

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

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

<style>
 a { background-color: #5262AA; }

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

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

<style>
 span { border-color: #5262AA; }

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

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