Html Css Color HEX #55276A Honey Flower

📋 copy color: '#55276A'

red 85 ◦ green 39 ◦ blue 106

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

Shades of Honey Flower #55276A

Tints of Honey Flower #55276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.09%

R = 36.96%
G = 16.96%
B = 46.09%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55276A (or 0x55276A) is known color: Honey Flower. HEX triplet: 55, 27 and 6A. RGB value is (85,39,106). Sum of RGB (Red+Green+Blue) = 85+39+106=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #55276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55276A is #AAD895. Grayscale: #3C3C3C. Windows color (decimal): -11196566 or 6956885. OLE color: 6956885.

HSL color Cylindrical-coordinate representation of color #55276A: hue angle of 281.19º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55276A is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 39 106 -
CMYK 0.20 0.63 0 0.58
HSL 281.19º 0.46% 0.28% -
HSV(B) 281.19º 0.63% 0.42% -
XYZ 7.07 4.42 14.12 -
YUV 60.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 85 39 106 0.20 0.63 0 0.58 281.19 0.46 0.28
Hex 55 27 6A 14 3F 0 3A 119 2E 1C
Octal 125 47 152 24 77 0 72 431 56 34
Binary 1010101 100111 1101010 10100 111111 0 111010 100011001 101110 11100

Color Harmonies of #55276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55276A

Black with #55276A

Text Example


Text Example

White with #55276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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