#5241AF

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

Shades of Rich Blue #5241AF

Tints of Rich Blue #5241AF

Color information

#5241AF (or 0x5241AF) is unknown color: approx Rich Blue. HEX triplet: 52, 41 and AF. RGB value is (82,65,175). Sum of RGB (Red+Green+Blue) = 82+65+175=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #5241AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241AF is #ADBE50. Grayscale: #525252. Windows color (decimal): -11386449 or 11485522. OLE color: 11485522.

HSL color Cylindrical-coordinate representation of color #5241AF: hue angle of 249.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5241AF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8265175-
CMYK0.530.6300.31
HSL249.27º45.83%47.06%-
HSV(B)249.27º62.86%68.63%-
XYZ13.118.6741.54-
YUV82.62180.13127.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=25.47%
G=20.19%
B=54.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82651750.530.6300.31249.2745.8347.06
Hex5241AF353F01Ff92e2f
Octal12210125765770373715657
Binary101001010000011010111111010111111101111111111001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5241AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5241AF; }

 p { color: rgb(82,65,175); }

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

<style>
 a { background-color: #5241AF; }

 a { background-color: rgb(82,65,175); }

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

<style>
 span { border-color: #5241AF; }

 span { border-color: rgb(82,65,175); }

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