#55217C

Color #55217C Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #55217C

Tints of Blue Diamond #55217C

Color information

#55217C (or 0x55217C) is unknown color: approx Blue Diamond. HEX triplet: 55, 21 and 7C. RGB value is (85,33,124). Sum of RGB (Red+Green+Blue) = 85+33+124=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #55217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55217C is #AADE83. Grayscale: #3A3A3A. Windows color (decimal): -11198084 or 8134997. OLE color: 8134997.

HSL color Cylindrical-coordinate representation of color #55217C: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55217C is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8533124-
CMYK0.310.7300.51
HSL274.29º57.96%30.78%-
HSV(B)274.29º73.39%48.63%-
XYZ7.934.4719.51-
YUV58.92164.73146.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=35.12%
G=13.64%
B=51.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85331240.310.7300.51274.2957.9630.78
Hex55217C1F490331123a1f
Octal12541174371110634227237
Binary10101011000011111100111111001001011001110001001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55217C; }

 p { color: rgb(85,33,124); }

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

<style>
 a { background-color: #55217C; }

 a { background-color: rgb(85,33,124); }

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

<style>
 span { border-color: #55217C; }

 span { border-color: rgb(85,33,124); }

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