Html Css Color HEX #553166 Honey Flower

📋 copy color: '#553166'

red 85 ◦ green 49 ◦ blue 102

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

Shades of Honey Flower #553166

Tints of Honey Flower #553166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

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

R = 36.02%
G = 20.76%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#553166 (or 0x553166) is known color: Honey Flower. HEX triplet: 55, 31 and 66. RGB value is (85,49,102). Sum of RGB (Red+Green+Blue) = 85+49+102=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #553166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553166 is #AACE99. Grayscale: #414141. Windows color (decimal): -11194010 or 6697301. OLE color: 6697301.

HSL color Cylindrical-coordinate representation of color #553166: hue angle of 280.75º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553166 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 49 102 -
CMYK 0.17 0.52 0 0.6
HSL 280.75º 0.35% 0.3% -
HSV(B) 280.75º 0.52% 0.4% -
XYZ 7.24 5.09 13.17 -
YUV 65.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 85 49 102 0.17 0.52 0 0.6 280.75 0.35 0.3
Hex 55 31 66 11 34 0 3C 119 23 1E
Octal 125 61 146 21 64 0 74 431 43 36
Binary 1010101 110001 1100110 10001 110100 0 111100 100011001 100011 11110

Color Harmonies of #553166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553166

Black with #553166

Text Example


Text Example

White with #553166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553166; }

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

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

background-color css

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

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

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

border-color css

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

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

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