Html Css Color HEX #55326C Honey Flower

📋 copy color: '#55326C'

red 85 ◦ green 50 ◦ blue 108

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

Shades of Honey Flower #55326C

Tints of Honey Flower #55326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 34.98%
G = 20.58%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55326C (or 0x55326C) is known color: Honey Flower. HEX triplet: 55, 32 and 6C. RGB value is (85,50,108). Sum of RGB (Red+Green+Blue) = 85+50+108=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #55326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55326C is #AACD93. Grayscale: #424242. Windows color (decimal): -11193748 or 7090773. OLE color: 7090773.

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

Color convert

RGB 85 50 108 -
CMYK 0.21 0.54 0 0.58
HSL 276.21º 0.37% 0.31% -
HSV(B) 276.21º 0.54% 0.42% -
XYZ 7.59 5.3 14.81 -
YUV 67.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 85 50 108 0.21 0.54 0 0.58 276.21 0.37 0.31
Hex 55 32 6C 15 36 0 3A 114 25 1F
Octal 125 62 154 25 66 0 72 424 45 37
Binary 1010101 110010 1101100 10101 110110 0 111010 100010100 100101 11111

Color Harmonies of #55326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55326C

Black with #55326C

Text Example


Text Example

White with #55326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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