Html Css Color HEX #5851B3 Rich Blue

📋 copy color: '#5851B3'

red 88 ◦ green 81 ◦ blue 179

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

Shades of Rich Blue #5851B3

Tints of Rich Blue #5851B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.44%

R = 25.29%
G = 23.28%
B = 51.44%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5851B3 (or 0x5851B3) is known color: Rich Blue. HEX triplet: 58, 51 and B3. RGB value is (88,81,179). Sum of RGB (Red+Green+Blue) = 88+81+179=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #5851B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851B3 is #A7AE4C. Grayscale: #5D5D5D. Windows color (decimal): -10989133 or 11751768. OLE color: 11751768.

HSL color Cylindrical-coordinate representation of color #5851B3: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5851B3 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 81 179 -
CMYK 0.51 0.55 0 0.30
HSL 244.29º 0.39% 0.51% -
HSV(B) 244.29º 0.55% 0.7% -
XYZ 15.1 11.21 44.02 -
YUV 94.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 88 81 179 0.51 0.55 0 0.30 244.29 0.39 0.51
Hex 58 51 B3 33 37 0 1E F4 27 33
Octal 130 121 263 63 67 0 36 364 47 63
Binary 1011000 1010001 10110011 110011 110111 0 11110 11110100 100111 110011

Color Harmonies of #5851B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851B3

Black with #5851B3

Text Example


Text Example

White with #5851B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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