Html Css Color HEX #55346C Honey Flower

📋 copy color: '#55346C'

red 85 ◦ green 52 ◦ blue 108

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

Shades of Honey Flower #55346C

Tints of Honey Flower #55346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 34.69%
G = 21.22%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55346C (or 0x55346C) is known color: Honey Flower. HEX triplet: 55, 34 and 6C. RGB value is (85,52,108). Sum of RGB (Red+Green+Blue) = 85+52+108=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #55346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55346C is #AACB93. Grayscale: #444444. Windows color (decimal): -11193236 or 7091285. OLE color: 7091285.

HSL color Cylindrical-coordinate representation of color #55346C: hue angle of 275.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55346C is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 52 108 -
CMYK 0.21 0.52 0 0.58
HSL 275.36º 0.35% 0.31% -
HSV(B) 275.36º 0.52% 0.42% -
XYZ 7.68 5.47 14.84 -
YUV 68.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 85 52 108 0.21 0.52 0 0.58 275.36 0.35 0.31
Hex 55 34 6C 15 34 0 3A 113 23 1F
Octal 125 64 154 25 64 0 72 423 43 37
Binary 1010101 110100 1101100 10101 110100 0 111010 100010011 100011 11111

Color Harmonies of #55346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55346C

Black with #55346C

Text Example


Text Example

White with #55346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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