#5851a5

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

Shades of Rich Blue #5851A5

Tints of Rich Blue #5851A5

Color information

#5851A5 (or 0x5851A5) is unknown color: approx Rich Blue. HEX triplet: 58, 51 and A5. RGB value is (88,81,165). Sum of RGB (Red+Green+Blue) = 88+81+165=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #5851A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5851A5 is #A7AE5A. Grayscale: #5C5C5C. Windows color (decimal): -10989147 or 10834264. OLE color: 10834264.

HSL color Cylindrical-coordinate representation of color #5851A5: hue angle of 245º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5851A5 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8881165-
CMYK0.470.5100.35
HSL245º34.15%48.24%-
HSV(B)245º50.91%64.71%-
XYZ13.7610.6836.93-
YUV92.67168.82124.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 165 (64.84% from 255) = 49.40%
R=26.35%
G=24.25%
B=49.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88811650.470.5100.3524534.1548.24
Hex5851A52F33023f52230
Octal13012124557630433654260
Binary1011000101000110100101101111110011010001111110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5851a5; }

 p { color: rgb(88,81,165); }

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

<style>
 a { background-color: #5851a5; }

 a { background-color: rgb(88,81,165); }

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

<style>
 span { border-color: #5851a5; }

 span { border-color: rgb(88,81,165); }

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