Html Css Color HEX #554660 Honey Flower

📋 copy color: '#554660'

red 85 ◦ green 70 ◦ blue 96

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

Shades of Honey Flower #554660

Tints of Honey Flower #554660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 33.86%
G = 27.89%
B = 38.25%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554660 (or 0x554660) is known color: Honey Flower. HEX triplet: 55, 46 and 60. RGB value is (85,70,96). Sum of RGB (Red+Green+Blue) = 85+70+96=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #554660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554660 is #AAB99F. Grayscale: #4D4D4D. Windows color (decimal): -11188640 or 6309461. OLE color: 6309461.

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

Color convert

RGB 85 70 96 -
CMYK 0.11 0.27 0 0.62
HSL 274.62º 0.16% 0.33% -
HSV(B) 274.62º 0.27% 0.38% -
XYZ 8.05 7.16 12.02 -
YUV 77.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 85 70 96 0.11 0.27 0 0.62 274.62 0.16 0.33
Hex 55 46 60 B 1B 0 3E 113 10 21
Octal 125 106 140 13 33 0 76 423 20 41
Binary 1010101 1000110 1100000 1011 11011 0 111110 100010011 10000 100001

Color Harmonies of #554660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554660

Black with #554660

Text Example


Text Example

White with #554660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554660; }

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

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

background-color css

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

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

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

border-color css

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

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

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