Html Css Color HEX #55346D Honey Flower

📋 copy color: '#55346D'

red 85 ◦ green 52 ◦ blue 109

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

Shades of Honey Flower #55346D

Tints of Honey Flower #55346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 34.55%
G = 21.14%
B = 44.31%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55346D (or 0x55346D) is known color: Honey Flower. HEX triplet: 55, 34 and 6D. RGB value is (85,52,109). Sum of RGB (Red+Green+Blue) = 85+52+109=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #55346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55346D is #AACB92. Grayscale: #444444. Windows color (decimal): -11193235 or 7156821. OLE color: 7156821.

HSL color Cylindrical-coordinate representation of color #55346D: hue angle of 274.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55346D is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 52 109 -
CMYK 0.22 0.52 0 0.57
HSL 274.74º 0.35% 0.32% -
HSV(B) 274.74º 0.52% 0.43% -
XYZ 7.73 5.49 15.12 -
YUV 68.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 85 52 109 0.22 0.52 0 0.57 274.74 0.35 0.32
Hex 55 34 6D 16 34 0 39 113 23 20
Octal 125 64 155 26 64 0 71 423 43 40
Binary 1010101 110100 1101101 10110 110100 0 111001 100010011 100011 100000

Color Harmonies of #55346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55346D

Black with #55346D

Text Example


Text Example

White with #55346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55346D; }

 p { color: rgb(85,52,109); }

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

background-color css

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

 a { background-color: rgb(85,52,109); }

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

border-color css

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

 span { border-color: rgb(85,52,109); }

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