#552B95

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

Shades of Daisy Bush #552B95

Tints of Daisy Bush #552B95

Color information

#552B95 (or 0x552B95) is unknown color: approx Daisy Bush. HEX triplet: 55, 2B and 95. RGB value is (85,43,149). Sum of RGB (Red+Green+Blue) = 85+43+149=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #552B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552B95 is #AAD46A. Grayscale: #434343. Windows color (decimal): -11195499 or 9775957. OLE color: 9775957.

HSL color Cylindrical-coordinate representation of color #552B95: hue angle of 263.77º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552B95 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8543149-
CMYK0.430.7100.42
HSL263.77º55.21%37.65%-
HSV(B)263.77º71.14%58.43%-
XYZ10.045.8329.03-
YUV67.64173.91140.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=30.69%
G=15.52%
B=53.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85431490.430.7100.42263.7755.2137.65
Hex552B952B4702A1083726
Octal12553225531070524106746
Binary10101011010111001010110101110001110101010100001000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B95; }

 p { color: rgb(85,43,149); }

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

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

 a { background-color: rgb(85,43,149); }

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

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

 span { border-color: rgb(85,43,149); }

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