Html Css Color HEX #55376B Honey Flower

📋 copy color: '#55376B'

red 85 ◦ green 55 ◦ blue 107

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

Shades of Honey Flower #55376B

Tints of Honey Flower #55376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 34.41%
G = 22.27%
B = 43.32%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55376B (or 0x55376B) is known color: Honey Flower. HEX triplet: 55, 37 and 6B. RGB value is (85,55,107). Sum of RGB (Red+Green+Blue) = 85+55+107=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #55376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55376B is #AAC894. Grayscale: #454545. Windows color (decimal): -11192469 or 7026517. OLE color: 7026517.

HSL color Cylindrical-coordinate representation of color #55376B: hue angle of 274.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55376B is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 55 107 -
CMYK 0.21 0.49 0 0.58
HSL 274.62º 0.32% 0.32% -
HSV(B) 274.62º 0.49% 0.42% -
XYZ 7.77 5.73 14.61 -
YUV 69.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 85 55 107 0.21 0.49 0 0.58 274.62 0.32 0.32
Hex 55 37 6B 15 31 0 3A 113 20 20
Octal 125 67 153 25 61 0 72 423 40 40
Binary 1010101 110111 1101011 10101 110001 0 111010 100010011 100000 100000

Color Harmonies of #55376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55376B

Black with #55376B

Text Example


Text Example

White with #55376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55376B; }

 p { color: rgb(85,55,107); }

 H1.HeaderClassName
 {
   color: #55376B;
 }
 .AnyTagClassName
 {
   color: #55376B;
 }
</style>

background-color css

<style>
 a { background-color: #55376B; }

 a { background-color: rgb(85,55,107); }

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

border-color css

<style>
 span { border-color: #55376B; }

 span { border-color: rgb(85,55,107); }

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