#5550C2

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

Shades of Rich Blue #5550C2

Tints of Rich Blue #5550C2

Color information

#5550C2 (or 0x5550C2) is unknown color: approx Rich Blue. HEX triplet: 55, 50 and C2. RGB value is (85,80,194). Sum of RGB (Red+Green+Blue) = 85+80+194=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #5550C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550C2 is #AAAF3D. Grayscale: #5E5E5E. Windows color (decimal): -11185982 or 12734549. OLE color: 12734549.

HSL color Cylindrical-coordinate representation of color #5550C2: hue angle of 242.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5550C2 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8580194-
CMYK0.560.5900.24
HSL242.63º48.31%53.73%-
HSV(B)242.63º58.76%76.08%-
XYZ16.3511.5652.41-
YUV94.49184.16121.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 194 (76.17% from 255) = 54.04%
R=23.68%
G=22.28%
B=54.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85801940.560.5900.24242.6348.3153.73
Hex5550C2383B018f33036
Octal12512030270730303636066
Binary101010110100001100001011100011101101100011110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5550C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5550C2; }

 p { color: rgb(85,80,194); }

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

<style>
 a { background-color: #5550C2; }

 a { background-color: rgb(85,80,194); }

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

<style>
 span { border-color: #5550C2; }

 span { border-color: rgb(85,80,194); }

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