Html Css Color HEX #554368 Honey Flower

📋 copy color: '#554368'

red 85 ◦ green 67 ◦ blue 104

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

Shades of Honey Flower #554368

Tints of Honey Flower #554368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 33.2%
G = 26.17%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554368 (or 0x554368) is known color: Honey Flower. HEX triplet: 55, 43 and 68. RGB value is (85,67,104). Sum of RGB (Red+Green+Blue) = 85+67+104=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #554368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554368 is #AABC97. Grayscale: #4C4C4C. Windows color (decimal): -11189400 or 6832981. OLE color: 6832981.

HSL color Cylindrical-coordinate representation of color #554368: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554368 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 67 104 -
CMYK 0.18 0.36 0 0.59
HSL 269.19º 0.22% 0.34% -
HSV(B) 269.19º 0.36% 0.41% -
XYZ 8.25 6.95 14 -
YUV 76.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 85 67 104 0.18 0.36 0 0.59 269.19 0.22 0.34
Hex 55 43 68 12 24 0 3B 10D 16 22
Octal 125 103 150 22 44 0 73 415 26 42
Binary 1010101 1000011 1101000 10010 100100 0 111011 100001101 10110 100010

Color Harmonies of #554368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554368

Black with #554368

Text Example


Text Example

White with #554368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554368; }

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

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

background-color css

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

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

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

border-color css

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

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

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