#552FA7

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

Shades of Daisy Bush #552FA7

Tints of Daisy Bush #552FA7

Color information

#552FA7 (or 0x552FA7) is unknown color: approx Daisy Bush. HEX triplet: 55, 2F and A7. RGB value is (85,47,167). Sum of RGB (Red+Green+Blue) = 85+47+167=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 167 (65.62% from 255 or 55.85% from 299); Max value from RGB is 167 - color contains mainly: blue. Hex color #552FA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FA7 is #AAD058. Grayscale: #474747. Windows color (decimal): -11194457 or 10956629. OLE color: 10956629.

HSL color Cylindrical-coordinate representation of color #552FA7: hue angle of 259º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552FA7 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8547167-
CMYK0.490.7200.35
HSL259º56.07%41.96%-
HSV(B)259º71.86%65.49%-
XYZ11.746.7537.24-
YUV72.04181.59137.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 167 (65.62% from 255) = 55.85%
R=28.43%
G=15.72%
B=55.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85471670.490.7200.3525956.0741.96
Hex552FA73148023103382a
Octal12557247611100434037052
Binary10101011011111010011111000110010000100011100000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,167); }

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

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

 a { background-color: rgb(85,47,167); }

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

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

 span { border-color: rgb(85,47,167); }

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