#5558BC

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

Shades of Rich Blue #5558BC

Tints of Rich Blue #5558BC

Color information

#5558BC (or 0x5558BC) is unknown color: approx Rich Blue. HEX triplet: 55, 58 and BC. RGB value is (85,88,188). Sum of RGB (Red+Green+Blue) = 85+88+188=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 88 (34.77% from 255 or 24.38% 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 #5558BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5558BC is #AAA743. Grayscale: #626262. Windows color (decimal): -11183940 or 12343381. OLE color: 12343381.

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

Color convert

RGB8588188-
CMYK0.550.5300.26
HSL238.25º43.46%53.53%-
HSV(B)238.25º54.79%73.73%-
XYZ16.3112.5449.14-
YUV98.5178.51118.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85881880.550.5300.26238.2543.4653.53
Hex5558BC373501Aee2b36
Octal12513027467650323565366
Binary101010110110001011110011011111010101101011101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5558BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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