Html Css Color HEX #55296C Honey Flower

📋 copy color: '#55296C'

red 85 ◦ green 41 ◦ blue 108

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

Shades of Honey Flower #55296C

Tints of Honey Flower #55296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 36.32%
G = 17.52%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55296C (or 0x55296C) is known color: Honey Flower. HEX triplet: 55, 29 and 6C. RGB value is (85,41,108). Sum of RGB (Red+Green+Blue) = 85+41+108=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #55296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55296C is #AAD693. Grayscale: #3D3D3D. Windows color (decimal): -11196052 or 7088469. OLE color: 7088469.

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

Color convert

RGB 85 41 108 -
CMYK 0.21 0.62 0 0.58
HSL 279.4º 0.45% 0.29% -
HSV(B) 279.4º 0.62% 0.42% -
XYZ 7.25 4.6 14.69 -
YUV 61.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 85 41 108 0.21 0.62 0 0.58 279.4 0.45 0.29
Hex 55 29 6C 15 3E 0 3A 117 2D 1D
Octal 125 51 154 25 76 0 72 427 55 35
Binary 1010101 101001 1101100 10101 111110 0 111010 100010111 101101 11101

Color Harmonies of #55296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55296C

Black with #55296C

Text Example


Text Example

White with #55296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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