Html Css Color HEX #5851BB Rich Blue

📋 copy color: '#5851BB'

red 88 ◦ green 81 ◦ blue 187

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

Shades of Rich Blue #5851BB

Tints of Rich Blue #5851BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 24.72%
G = 22.75%
B = 52.53%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5851BB (or 0x5851BB) is known color: Rich Blue. HEX triplet: 58, 51 and BB. RGB value is (88,81,187). Sum of RGB (Red+Green+Blue) = 88+81+187=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #5851BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851BB is #A7AE44. Grayscale: #5E5E5E. Windows color (decimal): -10989125 or 12276056. OLE color: 12276056.

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

Color convert

RGB 88 81 187 -
CMYK 0.53 0.57 0 0.27
HSL 243.96º 0.44% 0.53% -
HSV(B) 243.96º 0.57% 0.73% -
XYZ 15.94 11.55 48.4 -
YUV 95.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 88 81 187 0.53 0.57 0 0.27 243.96 0.44 0.53
Hex 58 51 BB 35 39 0 1B F4 2C 35
Octal 130 121 273 65 71 0 33 364 54 65
Binary 1011000 1010001 10111011 110101 111001 0 11011 11110100 101100 110101

Color Harmonies of #5851BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851BB

Black with #5851BB

Text Example


Text Example

White with #5851BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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