#5855BD

Color #5855BD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5855BD

Tints of Rich Blue #5855BD

Color information

#5855BD (or 0x5855BD) is unknown color: approx 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

RGB8885189-
CMYK0.530.5500.26
HSL241.73º44.07%53.73%-
HSV(B)241.73º55.03%74.12%-
XYZ16.4612.2549.64-
YUV97.75179.49121.04-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88851890.530.5500.26241.7344.0753.73
Hex5855BD353701Af22c36
Octal13012527565670323625466
Binary101100010101011011110111010111011101101011110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>