Html Css Color HEX #5855C1 Rich Blue

📋 copy color: '#5855C1'

red 88 ◦ green 85 ◦ blue 193

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

Shades of Rich Blue #5855C1

Tints of Rich Blue #5855C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 24.04%
G = 23.22%
B = 52.73%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5855C1 (or 0x5855C1) is known color: Rich Blue. HEX triplet: 58, 55 and C1. RGB value is (88,85,193). Sum of RGB (Red+Green+Blue) = 88+85+193=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #5855C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855C1 is #A7AA3E. Grayscale: #616161. Windows color (decimal): -10988095 or 12670296. OLE color: 12670296.

HSL color Cylindrical-coordinate representation of color #5855C1: hue angle of 241.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5855C1 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 85 193 -
CMYK 0.54 0.56 0 0.24
HSL 241.67º 0.47% 0.55% -
HSV(B) 241.67º 0.56% 0.76% -
XYZ 16.9 12.42 51.96 -
YUV 98.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 88 85 193 0.54 0.56 0 0.24 241.67 0.47 0.55
Hex 58 55 C1 36 38 0 18 F2 2F 37
Octal 130 125 301 66 70 0 30 362 57 67
Binary 1011000 1010101 11000001 110110 111000 0 11000 11110010 101111 110111

Color Harmonies of #5855C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855C1

Black with #5855C1

Text Example


Text Example

White with #5855C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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