Html Css Color HEX #554163 Honey Flower

📋 copy color: '#554163'

red 85 ◦ green 65 ◦ blue 99

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

Shades of Honey Flower #554163

Tints of Honey Flower #554163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 34.14%
G = 26.1%
B = 39.76%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554163 (or 0x554163) is known color: Honey Flower. HEX triplet: 55, 41 and 63. RGB value is (85,65,99). Sum of RGB (Red+Green+Blue) = 85+65+99=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #554163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554163 is #AABE9C. Grayscale: #4A4A4A. Windows color (decimal): -11189917 or 6504789. OLE color: 6504789.

HSL color Cylindrical-coordinate representation of color #554163: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554163 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 65 99 -
CMYK 0.14 0.34 0 0.61
HSL 275.29º 0.21% 0.32% -
HSV(B) 275.29º 0.34% 0.39% -
XYZ 7.89 6.61 12.66 -
YUV 74.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 85 65 99 0.14 0.34 0 0.61 275.29 0.21 0.32
Hex 55 41 63 E 22 0 3D 113 15 20
Octal 125 101 143 16 42 0 75 423 25 40
Binary 1010101 1000001 1100011 1110 100010 0 111101 100010011 10101 100000

Color Harmonies of #554163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554163

Black with #554163

Text Example


Text Example

White with #554163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554163; }

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

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

background-color css

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

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

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

border-color css

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

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

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