#552A69

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

Shades of Honey Flower #552A69

Tints of Honey Flower #552A69

Color information

#552A69 (or 0x552A69) is unknown color: approx Honey Flower. HEX triplet: 55, 2A and 69. RGB value is (85,42,105). Sum of RGB (Red+Green+Blue) = 85+42+105=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #552A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A69 is #AAD596. Grayscale: #3D3D3D. Windows color (decimal): -11195799 or 6892117. OLE color: 6892117.

HSL color Cylindrical-coordinate representation of color #552A69: hue angle of 280.95º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552A69 is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8542105-
CMYK0.190.600.59
HSL280.95º42.86%28.82%-
HSV(B)280.95º60%41.18%-
XYZ7.124.6113.88-
YUV62.04152.25144.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=36.64%
G=18.10%
B=45.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85421050.190.600.59280.9542.8628.82
Hex552A69133C03B1192b1d
Octal1255215123740734315335
Binary1010101101010110100110011111100011101110001100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,42,105); }

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

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

 a { background-color: rgb(85,42,105); }

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

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

 span { border-color: rgb(85,42,105); }

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