Html Css Color HEX #554661 Honey Flower

📋 copy color: '#554661'

red 85 ◦ green 70 ◦ blue 97

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

Shades of Honey Flower #554661

Tints of Honey Flower #554661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 33.73%
G = 27.78%
B = 38.49%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554661 (or 0x554661) is known color: Honey Flower. HEX triplet: 55, 46 and 61. RGB value is (85,70,97). Sum of RGB (Red+Green+Blue) = 85+70+97=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #554661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554661 is #AAB99E. Grayscale: #4D4D4D. Windows color (decimal): -11188639 or 6374997. OLE color: 6374997.

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

Color convert

RGB 85 70 97 -
CMYK 0.12 0.28 0 0.62
HSL 273.33º 0.16% 0.33% -
HSV(B) 273.33º 0.28% 0.38% -
XYZ 8.09 7.17 12.27 -
YUV 77.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 85 70 97 0.12 0.28 0 0.62 273.33 0.16 0.33
Hex 55 46 61 C 1C 0 3E 111 10 21
Octal 125 106 141 14 34 0 76 421 20 41
Binary 1010101 1000110 1100001 1100 11100 0 111110 100010001 10000 100001

Color Harmonies of #554661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554661

Black with #554661

Text Example


Text Example

White with #554661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554661; }

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

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

background-color css

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

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

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

border-color css

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

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

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