Html Css Color HEX #55415F Honey Flower

📋 copy color: '#55415F'

red 85 ◦ green 65 ◦ blue 95

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

Shades of Honey Flower #55415F

Tints of Honey Flower #55415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 34.69%
G = 26.53%
B = 38.78%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55415F (or 0x55415F) is known color: Honey Flower. HEX triplet: 55, 41 and 5F. RGB value is (85,65,95). Sum of RGB (Red+Green+Blue) = 85+65+95=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #55415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415F is #AABEA0. Grayscale: #4A4A4A. Windows color (decimal): -11189921 or 6242645. OLE color: 6242645.

HSL color Cylindrical-coordinate representation of color #55415F: hue angle of 280º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55415F is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 65 95 -
CMYK 0.11 0.32 0 0.63
HSL 280º 0.19% 0.31% -
HSV(B) 280º 0.32% 0.37% -
XYZ 7.7 6.54 11.68 -
YUV 74.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 85 65 95 0.11 0.32 0 0.63 280 0.19 0.31
Hex 55 41 5F B 20 0 3F 118 13 1F
Octal 125 101 137 13 40 0 77 430 23 37
Binary 1010101 1000001 1011111 1011 100000 0 111111 100011000 10011 11111

Color Harmonies of #55415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55415F

Black with #55415F

Text Example


Text Example

White with #55415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55415F; }

 p { color: rgb(85,65,95); }

 H1.HeaderClassName
 {
   color: #55415F;
 }
 .AnyTagClassName
 {
   color: #55415F;
 }
</style>

background-color css

<style>
 a { background-color: #55415F; }

 a { background-color: rgb(85,65,95); }

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

border-color css

<style>
 span { border-color: #55415F; }

 span { border-color: rgb(85,65,95); }

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