Html Css Color HEX #55276C Honey Flower

📋 copy color: '#55276C'

red 85 ◦ green 39 ◦ blue 108

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

Shades of Honey Flower #55276C

Tints of Honey Flower #55276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 36.64%
G = 16.81%
B = 46.55%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55276C (or 0x55276C) is known color: Honey Flower. HEX triplet: 55, 27 and 6C. RGB value is (85,39,108). Sum of RGB (Red+Green+Blue) = 85+39+108=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #55276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55276C is #AAD893. Grayscale: #3C3C3C. Windows color (decimal): -11196564 or 7087957. OLE color: 7087957.

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

Color convert

RGB 85 39 108 -
CMYK 0.21 0.64 0 0.58
HSL 280º 0.47% 0.29% -
HSV(B) 280º 0.64% 0.42% -
XYZ 7.18 4.47 14.67 -
YUV 60.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 85 39 108 0.21 0.64 0 0.58 280 0.47 0.29
Hex 55 27 6C 15 40 0 3A 118 2F 1D
Octal 125 47 154 25 100 0 72 430 57 35
Binary 1010101 100111 1101100 10101 1000000 0 111010 100011000 101111 11101

Color Harmonies of #55276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55276C

Black with #55276C

Text Example


Text Example

White with #55276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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