Html Css Color HEX #552E66 Honey Flower

📋 copy color: '#552E66'

red 85 ◦ green 46 ◦ blue 102

#552E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #552E66

Tints of Honey Flower #552E66

RGB

 RED value IS 85 (33.59% from 255) = 36.48%

 GREEN value IS 46 (18.36% from 255) = 19.74%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 36.48%
G = 19.74%
B = 43.78%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#552E66 (or 0x552E66) is known color: Honey Flower. HEX triplet: 55, 2E and 66. RGB value is (85,46,102). Sum of RGB (Red+Green+Blue) = 85+46+102=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #552E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E66 is #AAD199. Grayscale: #3F3F3F. Windows color (decimal): -11194778 or 6696533. OLE color: 6696533.

HSL color Cylindrical-coordinate representation of color #552E66: hue angle of 281.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552E66 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 46 102 -
CMYK 0.17 0.55 0 0.6
HSL 281.79º 0.38% 0.29% -
HSV(B) 281.79º 0.55% 0.4% -
XYZ 7.12 4.84 13.13 -
YUV 64.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 85 46 102 0.17 0.55 0 0.6 281.79 0.38 0.29
Hex 55 2E 66 11 37 0 3C 11A 26 1D
Octal 125 56 146 21 67 0 74 432 46 35
Binary 1010101 101110 1100110 10001 110111 0 111100 100011010 100110 11101

Color Harmonies of #552E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E66

Black with #552E66

Text Example


Text Example

White with #552E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,102); }

 H1.HeaderClassName
 {
   color: #552E66;
 }
 .AnyTagClassName
 {
   color: #552E66;
 }
</style>

background-color css

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

 a { background-color: rgb(85,46,102); }

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

border-color css

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

 span { border-color: rgb(85,46,102); }

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