Html Css Color HEX #5855B1 Rich Blue

📋 copy color: '#5855B1'

red 88 ◦ green 85 ◦ blue 177

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

Shades of Rich Blue #5855B1

Tints of Rich Blue #5855B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 25.14%
G = 24.29%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5855B1 (or 0x5855B1) is known color: Rich Blue. HEX triplet: 58, 55 and B1. RGB value is (88,85,177). Sum of RGB (Red+Green+Blue) = 88+85+177=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #5855B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5855B1 is #A7AA4E. Grayscale: #606060. Windows color (decimal): -10988111 or 11621720. OLE color: 11621720.

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

Color convert

RGB 88 85 177 -
CMYK 0.50 0.52 0 0.31
HSL 241.96º 0.37% 0.51% -
HSV(B) 241.96º 0.52% 0.69% -
XYZ 15.21 11.75 43.06 -
YUV 96.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 88 85 177 0.50 0.52 0 0.31 241.96 0.37 0.51
Hex 58 55 B1 32 34 0 1F F2 25 33
Octal 130 125 261 62 64 0 37 362 45 63
Binary 1011000 1010101 10110001 110010 110100 0 11111 11110010 100101 110011

Color Harmonies of #5855B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855B1

Black with #5855B1

Text Example


Text Example

White with #5855B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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