Html Css Color HEX #55336C Honey Flower

📋 copy color: '#55336C'

red 85 ◦ green 51 ◦ blue 108

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

Shades of Honey Flower #55336C

Tints of Honey Flower #55336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 34.84%
G = 20.9%
B = 44.26%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55336C (or 0x55336C) is known color: Honey Flower. HEX triplet: 55, 33 and 6C. RGB value is (85,51,108). Sum of RGB (Red+Green+Blue) = 85+51+108=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #55336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55336C is #AACC93. Grayscale: #434343. Windows color (decimal): -11193492 or 7091029. OLE color: 7091029.

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

Color convert

RGB 85 51 108 -
CMYK 0.21 0.53 0 0.58
HSL 275.79º 0.36% 0.31% -
HSV(B) 275.79º 0.53% 0.42% -
XYZ 7.64 5.38 14.82 -
YUV 67.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 85 51 108 0.21 0.53 0 0.58 275.79 0.36 0.31
Hex 55 33 6C 15 35 0 3A 114 24 1F
Octal 125 63 154 25 65 0 72 424 44 37
Binary 1010101 110011 1101100 10101 110101 0 111010 100010100 100100 11111

Color Harmonies of #55336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55336C

Black with #55336C

Text Example


Text Example

White with #55336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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