#5152BD

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

Shades of Rich Blue #5152BD

Tints of Rich Blue #5152BD

Color information

#5152BD (or 0x5152BD) is unknown color: approx Rich Blue. HEX triplet: 51, 52 and BD. RGB value is (81,82,189). Sum of RGB (Red+Green+Blue) = 81+82+189=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #5152BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5152BD is #AEAD42. Grayscale: #5D5D5D. Windows color (decimal): -11447619 or 12407377. OLE color: 12407377.

HSL color Cylindrical-coordinate representation of color #5152BD: hue angle of 239.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5152BD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8182189-
CMYK0.570.5700.26
HSL239.44º45%52.94%-
HSV(B)239.44º57.14%74.12%-
XYZ15.611.4649.53-
YUV93.9181.67118.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=23.01%
G=23.30%
B=53.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81821890.570.5700.26239.444552.94
Hex5152BD393901Aef2d35
Octal12112227571710323575565
Binary101000110100101011110111100111100101101011101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5152BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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