#5242AB

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

Shades of Rich Blue #5242AB

Tints of Rich Blue #5242AB

Color information

#5242AB (or 0x5242AB) is unknown color: approx Rich Blue. HEX triplet: 52, 42 and AB. RGB value is (82,66,171). Sum of RGB (Red+Green+Blue) = 82+66+171=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5242AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5242AB is #ADBD54. Grayscale: #525252. Windows color (decimal): -11386197 or 11223634. OLE color: 11223634.

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

Color convert

RGB8266171-
CMYK0.520.6100.33
HSL249.14º44.3%46.47%-
HSV(B)249.14º61.4%67.06%-
XYZ12.788.6339.52-
YUV82.75177.8127.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=25.71%
G=20.69%
B=53.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82661710.520.6100.33249.1444.346.47
Hex5242AB343D021f92c2e
Octal12210225364750413715456
Binary1010010100001010101011110100111101010000111111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5242AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5242AB; }

 p { color: rgb(82,66,171); }

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

<style>
 a { background-color: #5242AB; }

 a { background-color: rgb(82,66,171); }

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

<style>
 span { border-color: #5242AB; }

 span { border-color: rgb(82,66,171); }

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