Html Css Color HEX #5851AF Rich Blue

📋 copy color: '#5851AF'

red 88 ◦ green 81 ◦ blue 175

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

Shades of Rich Blue #5851AF

Tints of Rich Blue #5851AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 25.58%
G = 23.55%
B = 50.87%

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

#5851AF (or 0x5851AF) is known color: Rich Blue. HEX triplet: 58, 51 and AF. RGB value is (88,81,175). Sum of RGB (Red+Green+Blue) = 88+81+175=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5851AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5851AF is #A7AE50. Grayscale: #5D5D5D. Windows color (decimal): -10989137 or 11489624. OLE color: 11489624.

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

Color convert

RGB 88 81 175 -
CMYK 0.50 0.54 0 0.31
HSL 244.47º 0.37% 0.5% -
HSV(B) 244.47º 0.54% 0.69% -
XYZ 14.7 11.05 41.92 -
YUV 93.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 88 81 175 0.50 0.54 0 0.31 244.47 0.37 0.5
Hex 58 51 AF 32 36 0 1F F4 25 32
Octal 130 121 257 62 66 0 37 364 45 62
Binary 1011000 1010001 10101111 110010 110110 0 11111 11110100 100101 110010

Color Harmonies of #5851AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851AF

Black with #5851AF

Text Example


Text Example

White with #5851AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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