Html Css Color HEX #5851B1 Rich Blue

📋 copy color: '#5851B1'

red 88 ◦ green 81 ◦ blue 177

#5851B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5851B1

Tints of Rich Blue #5851B1

RGB

 RED value IS 88 (34.77% from 255) = 25.43%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 25.43%
G = 23.41%
B = 51.16%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5851B1 (or 0x5851B1) is known color: Rich Blue. HEX triplet: 58, 51 and B1. RGB value is (88,81,177). Sum of RGB (Red+Green+Blue) = 88+81+177=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #5851B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5851B1 is #A7AE4E. Grayscale: #5D5D5D. Windows color (decimal): -10989135 or 11620696. OLE color: 11620696.

HSL color Cylindrical-coordinate representation of color #5851B1: hue angle of 244.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5851B1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 81 177 -
CMYK 0.50 0.54 0 0.31
HSL 244.38º 0.38% 0.51% -
HSV(B) 244.38º 0.54% 0.69% -
XYZ 14.9 11.13 42.96 -
YUV 94.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 88 81 177 0.50 0.54 0 0.31 244.38 0.38 0.51
Hex 58 51 B1 32 36 0 1F F4 26 33
Octal 130 121 261 62 66 0 37 364 46 63
Binary 1011000 1010001 10110001 110010 110110 0 11111 11110100 100110 110011

Color Harmonies of #5851B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851B1

Black with #5851B1

Text Example


Text Example

White with #5851B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5851B1;
 }
 .AnyTagClassName
 {
   color: #5851B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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