#55246f

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

Shades of Blue Diamond #55246F

Tints of Blue Diamond #55246F

Color information

#55246F (or 0x55246F) is unknown color: approx Blue Diamond. HEX triplet: 55, 24 and 6F. RGB value is (85,36,111). Sum of RGB (Red+Green+Blue) = 85+36+111=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #55246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55246F is #AADB90. Grayscale: #3A3A3A. Windows color (decimal): -11197329 or 7283797. OLE color: 7283797.

HSL color Cylindrical-coordinate representation of color #55246F: hue angle of 279.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55246F is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8536111-
CMYK0.230.6800.56
HSL279.2º51.02%28.82%-
HSV(B)279.2º67.57%43.53%-
XYZ7.254.3415.49-
YUV59.2157.23146.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=36.64%
G=15.52%
B=47.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85361110.230.6800.56279.251.0228.82
Hex55246F1744038117331d
Octal12544157271040704276335
Binary10101011001001101111101111000100011100010001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55246f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55246f; }

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

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

<style>
 a { background-color: #55246f; }

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

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

<style>
 span { border-color: #55246f; }

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

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