#515BBB

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

Shades of Rich Blue #515BBB

Tints of Rich Blue #515BBB

Color information

#515BBB (or 0x515BBB) is unknown color: approx Rich Blue. HEX triplet: 51, 5B and BB. RGB value is (81,91,187). Sum of RGB (Red+Green+Blue) = 81+91+187=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #515BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBB is #AEA444. Grayscale: #626262. Windows color (decimal): -11445317 or 12278609. OLE color: 12278609.

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

Color convert

RGB8191187-
CMYK0.570.5100.27
HSL234.34º43.8%52.55%-
HSV(B)234.34º56.68%73.33%-
XYZ16.112.8248.64-
YUV98.95177.69115.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=22.56%
G=25.35%
B=52.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81911870.570.5100.27234.3443.852.55
Hex515BBB393301Bea2c35
Octal12113327371630333525465
Binary101000110110111011101111100111001101101111101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515BBB; }

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

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

<style>
 a { background-color: #515BBB; }

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

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

<style>
 span { border-color: #515BBB; }

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

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