Html Css Color HEX #554364 Honey Flower

📋 copy color: '#554364'

red 85 ◦ green 67 ◦ blue 100

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

Shades of Honey Flower #554364

Tints of Honey Flower #554364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 33.73%
G = 26.59%
B = 39.68%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554364 (or 0x554364) is known color: Honey Flower. HEX triplet: 55, 43 and 64. RGB value is (85,67,100). Sum of RGB (Red+Green+Blue) = 85+67+100=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #554364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554364 is #AABC9B. Grayscale: #4C4C4C. Windows color (decimal): -11189404 or 6570837. OLE color: 6570837.

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

Color convert

RGB 85 67 100 -
CMYK 0.15 0.33 0 0.61
HSL 272.73º 0.2% 0.33% -
HSV(B) 272.73º 0.33% 0.39% -
XYZ 8.05 6.87 12.96 -
YUV 76.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 85 67 100 0.15 0.33 0 0.61 272.73 0.2 0.33
Hex 55 43 64 F 21 0 3D 111 14 21
Octal 125 103 144 17 41 0 75 421 24 41
Binary 1010101 1000011 1100100 1111 100001 0 111101 100010001 10100 100001

Color Harmonies of #554364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554364

Black with #554364

Text Example


Text Example

White with #554364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554364; }

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

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

background-color css

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

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

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

border-color css

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

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

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