Html Css Color HEX #5855BD Rich Blue

📋 copy color: '#5855BD'

red 88 ◦ green 85 ◦ blue 189

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

Shades of Rich Blue #5855BD

Tints of Rich Blue #5855BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 24.31%
G = 23.48%
B = 52.21%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5855BD (or 0x5855BD) is known color: Rich Blue. HEX triplet: 58, 55 and BD. RGB value is (88,85,189). Sum of RGB (Red+Green+Blue) = 88+85+189=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #5855BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855BD is #A7AA42. Grayscale: #616161. Windows color (decimal): -10988099 or 12408152. OLE color: 12408152.

HSL color Cylindrical-coordinate representation of color #5855BD: hue angle of 241.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5855BD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 85 189 -
CMYK 0.53 0.55 0 0.26
HSL 241.73º 0.44% 0.54% -
HSV(B) 241.73º 0.55% 0.74% -
XYZ 16.46 12.25 49.64 -
YUV 97.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 88 85 189 0.53 0.55 0 0.26 241.73 0.44 0.54
Hex 58 55 BD 35 37 0 1A F2 2C 36
Octal 130 125 275 65 67 0 32 362 54 66
Binary 1011000 1010101 10111101 110101 110111 0 11010 11110010 101100 110110

Color Harmonies of #5855BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855BD

Black with #5855BD

Text Example


Text Example

White with #5855BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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