Html Css Color HEX #554064 Honey Flower

📋 copy color: '#554064'

red 85 ◦ green 64 ◦ blue 100

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

Shades of Honey Flower #554064

Tints of Honey Flower #554064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 34.14%
G = 25.7%
B = 40.16%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554064 (or 0x554064) is known color: Honey Flower. HEX triplet: 55, 40 and 64. RGB value is (85,64,100). Sum of RGB (Red+Green+Blue) = 85+64+100=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #554064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554064 is #AABF9B. Grayscale: #4A4A4A. Windows color (decimal): -11190172 or 6570069. OLE color: 6570069.

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

Color convert

RGB 85 64 100 -
CMYK 0.15 0.36 0 0.61
HSL 275º 0.22% 0.32% -
HSV(B) 275º 0.36% 0.39% -
XYZ 7.88 6.52 12.9 -
YUV 74.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 85 64 100 0.15 0.36 0 0.61 275 0.22 0.32
Hex 55 40 64 F 24 0 3D 113 16 20
Octal 125 100 144 17 44 0 75 423 26 40
Binary 1010101 1000000 1100100 1111 100100 0 111101 100010011 10110 100000

Color Harmonies of #554064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554064

Black with #554064

Text Example


Text Example

White with #554064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554064; }

 p { color: rgb(85,64,100); }

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

background-color css

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

 a { background-color: rgb(85,64,100); }

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

border-color css

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

 span { border-color: rgb(85,64,100); }

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