#5551bc

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

Shades of Rich Blue #5551BC

Tints of Rich Blue #5551BC

Color information

#5551BC (or 0x5551BC) is unknown color: approx Rich Blue. HEX triplet: 55, 51 and BC. RGB value is (85,81,188). Sum of RGB (Red+Green+Blue) = 85+81+188=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5551BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551BC is #AAAE43. Grayscale: #5D5D5D. Windows color (decimal): -11185732 or 12341589. OLE color: 12341589.

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

Color convert

RGB8581188-
CMYK0.550.5700.26
HSL242.24º44.4%52.75%-
HSV(B)242.24º56.91%73.73%-
XYZ15.7711.4548.96-
YUV94.39180.83121.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=24.01%
G=22.88%
B=53.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85811880.550.5700.26242.2444.452.75
Hex5551BC373901Af22c35
Octal12512127467710323625465
Binary101010110100011011110011011111100101101011110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5551bc; }

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

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

<style>
 a { background-color: #5551bc; }

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

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

<style>
 span { border-color: #5551bc; }

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

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