#515CB5

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

Shades of Rich Blue #515CB5

Tints of Rich Blue #515CB5

Color information

#515CB5 (or 0x515CB5) is unknown color: approx Rich Blue. HEX triplet: 51, 5C and B5. RGB value is (81,92,181). Sum of RGB (Red+Green+Blue) = 81+92+181=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #515CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB5 is #AEA34A. Grayscale: #626262. Windows color (decimal): -11445067 or 11885649. OLE color: 11885649.

HSL color Cylindrical-coordinate representation of color #515CB5: hue angle of 233.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515CB5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8192181-
CMYK0.550.4900.29
HSL233.4º40.32%51.37%-
HSV(B)233.4º55.25%70.98%-
XYZ15.5612.7445.35-
YUV98.86174.36115.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=22.88%
G=25.99%
B=51.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81921810.550.4900.29233.440.3251.37
Hex515CB5373101De92833
Octal12113426567610353515063
Binary101000110111001011010111011111000101110111101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,181); }

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

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

 a { background-color: rgb(81,92,181); }

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

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

 span { border-color: rgb(81,92,181); }

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