Html Css Color HEX #554369 Honey Flower

📋 copy color: '#554369'

red 85 ◦ green 67 ◦ blue 105

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

Shades of Honey Flower #554369

Tints of Honey Flower #554369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 33.07%
G = 26.07%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554369 (or 0x554369) is known color: Honey Flower. HEX triplet: 55, 43 and 69. RGB value is (85,67,105). Sum of RGB (Red+Green+Blue) = 85+67+105=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #554369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554369 is #AABC96. Grayscale: #4C4C4C. Windows color (decimal): -11189399 or 6898517. OLE color: 6898517.

HSL color Cylindrical-coordinate representation of color #554369: hue angle of 268.42º 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 #554369 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 67 105 -
CMYK 0.19 0.36 0 0.59
HSL 268.42º 0.22% 0.34% -
HSV(B) 268.42º 0.36% 0.41% -
XYZ 8.3 6.97 14.27 -
YUV 76.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 85 67 105 0.19 0.36 0 0.59 268.42 0.22 0.34
Hex 55 43 69 13 24 0 3B 10C 16 22
Octal 125 103 151 23 44 0 73 414 26 42
Binary 1010101 1000011 1101001 10011 100100 0 111011 100001100 10110 100010

Color Harmonies of #554369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554369

Black with #554369

Text Example


Text Example

White with #554369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554369; }

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

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

background-color css

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

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

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

border-color css

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

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

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