#555FBC

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

Shades of Rich Blue #555FBC

Tints of Rich Blue #555FBC

Color information

#555FBC (or 0x555FBC) is unknown color: approx Rich Blue. HEX triplet: 55, 5F and BC. RGB value is (85,95,188). Sum of RGB (Red+Green+Blue) = 85+95+188=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #555FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FBC is #AAA043. Grayscale: #666666. Windows color (decimal): -11182148 or 12345173. OLE color: 12345173.

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

Color convert

RGB8595188-
CMYK0.550.4900.26
HSL234.17º43.46%53.53%-
HSV(B)234.17º54.79%73.73%-
XYZ16.9213.7549.34-
YUV102.61176.19115.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=23.10%
G=25.82%
B=51.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85951880.550.4900.26234.1743.4653.53
Hex555FBC373101Aea2b36
Octal12513727467610323525366
Binary101010110111111011110011011111000101101011101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555FBC; }

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

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

<style>
 a { background-color: #555FBC; }

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

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

<style>
 span { border-color: #555FBC; }

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

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