#55236D

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

Shades of Blue Diamond #55236D

Tints of Blue Diamond #55236D

Color information

#55236D (or 0x55236D) is unknown color: approx Blue Diamond. HEX triplet: 55, 23 and 6D. RGB value is (85,35,109). Sum of RGB (Red+Green+Blue) = 85+35+109=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #55236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55236D is #AADC92. Grayscale: #3A3A3A. Windows color (decimal): -11197587 or 7152469. OLE color: 7152469.

HSL color Cylindrical-coordinate representation of color #55236D: hue angle of 280.54º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55236D is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8535109-
CMYK0.220.6800.57
HSL280.54º51.39%28.24%-
HSV(B)280.54º67.89%42.75%-
XYZ7.114.2414.91-
YUV58.39156.56146.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=37.12%
G=15.28%
B=47.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85351090.220.6800.57280.5451.3928.24
Hex55236D1644039119331c
Octal12543155261040714316334
Binary10101011000111101101101101000100011100110001100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55236D; }

 p { color: rgb(85,35,109); }

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

<style>
 a { background-color: #55236D; }

 a { background-color: rgb(85,35,109); }

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

<style>
 span { border-color: #55236D; }

 span { border-color: rgb(85,35,109); }

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