#5351BB

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

Shades of Rich Blue #5351BB

Tints of Rich Blue #5351BB

Color information

#5351BB (or 0x5351BB) is unknown color: approx Rich Blue. HEX triplet: 53, 51 and BB. RGB value is (83,81,187). Sum of RGB (Red+Green+Blue) = 83+81+187=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 81 (32.03% from 255 or 23.08% 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 #5351BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351BB is #ACAE44. Grayscale: #5D5D5D. Windows color (decimal): -11316805 or 12276051. OLE color: 12276051.

HSL color Cylindrical-coordinate representation of color #5351BB: hue angle of 241.13º 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 #5351BB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8381187-
CMYK0.560.5700.27
HSL241.13º43.8%52.55%-
HSV(B)241.13º56.68%73.33%-
XYZ15.4811.3148.38-
YUV93.68180.66120.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83811870.560.5700.27241.1343.852.55
Hex5351BB383901Bf12c35
Octal12312127370710333615465
Binary101001110100011011101111100011100101101111110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5351BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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