#552479

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

Shades of Blue Diamond #552479

Tints of Blue Diamond #552479

Color information

#552479 (or 0x552479) is unknown color: approx Blue Diamond. HEX triplet: 55, 24 and 79. RGB value is (85,36,121). Sum of RGB (Red+Green+Blue) = 85+36+121=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #552479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552479 is #AADB86. Grayscale: #3C3C3C. Windows color (decimal): -11197319 or 7939157. OLE color: 7939157.

HSL color Cylindrical-coordinate representation of color #552479: hue angle of 274.59º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552479 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8536121-
CMYK0.300.7000.53
HSL274.59º54.14%30.78%-
HSV(B)274.59º70.25%47.45%-
XYZ7.834.5718.56-
YUV60.34162.23145.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 121 (47.66% from 255) = 50%
R=35.12%
G=14.88%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85361210.300.7000.53274.5954.1430.78
Hex5524791E46035113361f
Octal12544171361060654236637
Binary10101011001001111001111101000110011010110001001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552479; }

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

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

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

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

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

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

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

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