Html Css Color HEX #5851BA Rich Blue

📋 copy color: '#5851BA'

red 88 ◦ green 81 ◦ blue 186

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

Shades of Rich Blue #5851BA

Tints of Rich Blue #5851BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 24.79%
G = 22.82%
B = 52.39%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5851BA (or 0x5851BA) is known color: Rich Blue. HEX triplet: 58, 51 and BA. RGB value is (88,81,186). Sum of RGB (Red+Green+Blue) = 88+81+186=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #5851BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851BA is #A7AE45. Grayscale: #5E5E5E. Windows color (decimal): -10989126 or 12210520. OLE color: 12210520.

HSL color Cylindrical-coordinate representation of color #5851BA: hue angle of 244º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5851BA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 81 186 -
CMYK 0.53 0.56 0 0.27
HSL 244º 0.43% 0.52% -
HSV(B) 244º 0.56% 0.73% -
XYZ 15.83 11.5 47.84 -
YUV 95.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 88 81 186 0.53 0.56 0 0.27 244 0.43 0.52
Hex 58 51 BA 35 38 0 1B F4 2B 34
Octal 130 121 272 65 70 0 33 364 53 64
Binary 1011000 1010001 10111010 110101 111000 0 11011 11110100 101011 110100

Color Harmonies of #5851BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851BA

Black with #5851BA

Text Example


Text Example

White with #5851BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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