#552496

Color #552496 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #552496

Tints of Daisy Bush #552496

Color information

#552496 (or 0x552496) is unknown color: approx Daisy Bush. HEX triplet: 55, 24 and 96. RGB value is (85,36,150). Sum of RGB (Red+Green+Blue) = 85+36+150=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #552496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552496 is #AADB69. Grayscale: #3F3F3F. Windows color (decimal): -11197290 or 9839701. OLE color: 9839701.

HSL color Cylindrical-coordinate representation of color #552496: hue angle of 265.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552496 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8536150-
CMYK0.430.7600.41
HSL265.79º61.29%36.47%-
HSV(B)265.79º76%58.82%-
XYZ9.885.429.37-
YUV63.65176.73143.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=31.37%
G=13.28%
B=55.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85361500.430.7600.41265.7961.2936.47
Hex5524962B4C02910a3d24
Octal12544226531140514127544
Binary10101011001001001011010101110011000101001100001010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552496; }

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

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

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

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

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

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

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

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