#55216F

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

Shades of Blue Diamond #55216F

Tints of Blue Diamond #55216F

Color information

#55216F (or 0x55216F) is unknown color: approx Blue Diamond. HEX triplet: 55, 21 and 6F. RGB value is (85,33,111). Sum of RGB (Red+Green+Blue) = 85+33+111=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #55216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55216F is #AADE90. Grayscale: #393939. Windows color (decimal): -11198097 or 7283029. OLE color: 7283029.

HSL color Cylindrical-coordinate representation of color #55216F: hue angle of 280º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55216F is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8533111-
CMYK0.230.7000.56
HSL280º54.17%28.24%-
HSV(B)280º70.27%43.53%-
XYZ7.164.1715.47-
YUV57.44158.23147.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=37.12%
G=14.41%
B=48.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85331110.230.7000.5628054.1728.24
Hex55216F1746038118361c
Octal12541157271060704306634
Binary10101011000011101111101111000110011100010001100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55216F; }

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

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

<style>
 a { background-color: #55216F; }

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

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

<style>
 span { border-color: #55216F; }

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

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