Html Css Color HEX #554161 Honey Flower

📋 copy color: '#554161'

red 85 ◦ green 65 ◦ blue 97

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

Shades of Honey Flower #554161

Tints of Honey Flower #554161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 34.41%
G = 26.32%
B = 39.27%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554161 (or 0x554161) is known color: Honey Flower. HEX triplet: 55, 41 and 61. RGB value is (85,65,97). Sum of RGB (Red+Green+Blue) = 85+65+97=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #554161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554161 is #AABE9E. Grayscale: #4A4A4A. Windows color (decimal): -11189919 or 6373717. OLE color: 6373717.

HSL color Cylindrical-coordinate representation of color #554161: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554161 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 65 97 -
CMYK 0.12 0.33 0 0.62
HSL 277.5º 0.2% 0.32% -
HSV(B) 277.5º 0.33% 0.38% -
XYZ 7.79 6.57 12.17 -
YUV 74.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 85 65 97 0.12 0.33 0 0.62 277.5 0.2 0.32
Hex 55 41 61 C 21 0 3E 116 14 20
Octal 125 101 141 14 41 0 76 426 24 40
Binary 1010101 1000001 1100001 1100 100001 0 111110 100010110 10100 100000

Color Harmonies of #554161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554161

Black with #554161

Text Example


Text Example

White with #554161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554161; }

 p { color: rgb(85,65,97); }

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

background-color css

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

 a { background-color: rgb(85,65,97); }

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

border-color css

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

 span { border-color: rgb(85,65,97); }

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