#5855BC

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

Shades of Rich Blue #5855BC

Tints of Rich Blue #5855BC

Color information

#5855BC (or 0x5855BC) is unknown color: approx Rich Blue. HEX triplet: 58, 55 and BC. RGB value is (88,85,188). Sum of RGB (Red+Green+Blue) = 88+85+188=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5855BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855BC is #A7AA43. Grayscale: #616161. Windows color (decimal): -10988100 or 12342616. OLE color: 12342616.

HSL color Cylindrical-coordinate representation of color #5855BC: hue angle of 241.75º degrees, saturation: 0.43, 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 #5855BC is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8885188-
CMYK0.530.5500.26
HSL241.75º43.46%53.53%-
HSV(B)241.75º54.79%73.73%-
XYZ16.3512.249.07-
YUV97.64178.99121.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=24.38%
G=23.55%
B=52.08%

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
Decimal88851880.530.5500.26241.7543.4653.53
Hex5855BC353701Af22b36
Octal13012527465670323625366
Binary101100010101011011110011010111011101101011110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5855BC;
 }
 .AnyTagClassName
 {
   color: #5855BC;
 }
</style>
background-color css

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

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

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

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

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

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