#5152B2

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

Shades of Rich Blue #5152B2

Tints of Rich Blue #5152B2

Color information

#5152B2 (or 0x5152B2) is unknown color: approx Rich Blue. HEX triplet: 51, 52 and B2. RGB value is (81,82,178). Sum of RGB (Red+Green+Blue) = 81+82+178=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #5152B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5152B2 is #AEAD4D. Grayscale: #5C5C5C. Windows color (decimal): -11447630 or 11686481. OLE color: 11686481.

HSL color Cylindrical-coordinate representation of color #5152B2: hue angle of 239.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5152B2 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8182178-
CMYK0.540.5400.30
HSL239.38º38.65%50.78%-
HSV(B)239.38º54.49%69.8%-
XYZ14.451143.48-
YUV92.64176.17119.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 178 (69.92% from 255) = 52.20%
R=23.75%
G=24.05%
B=52.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81821780.540.5400.30239.3838.6550.78
Hex5152B2363601Eef2733
Octal12112226266660363574763
Binary101000110100101011001011011011011001111011101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5152B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5152B2; }

 p { color: rgb(81,82,178); }

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

<style>
 a { background-color: #5152B2; }

 a { background-color: rgb(81,82,178); }

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

<style>
 span { border-color: #5152B2; }

 span { border-color: rgb(81,82,178); }

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