#552d6f

Color #552D6F Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #552D6F

Tints of Honey Flower #552D6F

Color information

#552D6F (or 0x552D6F) is unknown color: approx Honey Flower. HEX triplet: 55, 2D and 6F. RGB value is (85,45,111). Sum of RGB (Red+Green+Blue) = 85+45+111=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #552D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D6F is #AAD290. Grayscale: #404040. Windows color (decimal): -11195025 or 7286101. OLE color: 7286101.

HSL color Cylindrical-coordinate representation of color #552D6F: hue angle of 276.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552D6F is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8545111-
CMYK0.230.5900.56
HSL276.36º42.31%30.59%-
HSV(B)276.36º59.46%43.53%-
XYZ7.554.9615.6-
YUV64.48154.25142.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=35.27%
G=18.67%
B=46.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85451110.230.5900.56276.3642.3130.59
Hex552D6F173B0381142a1f
Octal1255515727730704245237
Binary1010101101101110111110111111011011100010001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552d6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,111); }

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

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

 a { background-color: rgb(85,45,111); }

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

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

 span { border-color: rgb(85,45,111); }

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