#5153BB

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

Shades of Rich Blue #5153BB

Tints of Rich Blue #5153BB

Color information

#5153BB (or 0x5153BB) is unknown color: approx Rich Blue. HEX triplet: 51, 53 and BB. RGB value is (81,83,187). Sum of RGB (Red+Green+Blue) = 81+83+187=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #5153BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153BB is #AEAC44. Grayscale: #5D5D5D. Windows color (decimal): -11447365 or 12276561. OLE color: 12276561.

HSL color Cylindrical-coordinate representation of color #5153BB: hue angle of 238.87º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5153BB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8183187-
CMYK0.570.5600.27
HSL238.87º43.8%52.55%-
HSV(B)238.87º56.68%73.33%-
XYZ15.4611.5248.42-
YUV94.26180.34118.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=23.08%
G=23.65%
B=53.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81831870.570.5600.27238.8743.852.55
Hex5153BB393801Bef2c35
Octal12112327371700333575465
Binary101000110100111011101111100111100001101111101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5153BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5153BB; }

 p { color: rgb(81,83,187); }

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

<style>
 a { background-color: #5153BB; }

 a { background-color: rgb(81,83,187); }

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

<style>
 span { border-color: #5153BB; }

 span { border-color: rgb(81,83,187); }

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