Html Css Color HEX #553965 Honey Flower

📋 copy color: '#553965'

red 85 ◦ green 57 ◦ blue 101

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

Shades of Honey Flower #553965

Tints of Honey Flower #553965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 34.98%
G = 23.46%
B = 41.56%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#553965 (or 0x553965) is known color: Honey Flower. HEX triplet: 55, 39 and 65. RGB value is (85,57,101). Sum of RGB (Red+Green+Blue) = 85+57+101=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #553965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553965 is #AAC69A. Grayscale: #464646. Windows color (decimal): -11191963 or 6633813. OLE color: 6633813.

HSL color Cylindrical-coordinate representation of color #553965: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553965 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 57 101 -
CMYK 0.16 0.44 0 0.60
HSL 278.18º 0.28% 0.31% -
HSV(B) 278.18º 0.44% 0.4% -
XYZ 7.56 5.8 13.03 -
YUV 70.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 85 57 101 0.16 0.44 0 0.60 278.18 0.28 0.31
Hex 55 39 65 10 2C 0 3C 116 1C 1F
Octal 125 71 145 20 54 0 74 426 34 37
Binary 1010101 111001 1100101 10000 101100 0 111100 100010110 11100 11111

Color Harmonies of #553965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553965

Black with #553965

Text Example


Text Example

White with #553965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553965; }

 p { color: rgb(85,57,101); }

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

background-color css

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

 a { background-color: rgb(85,57,101); }

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

border-color css

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

 span { border-color: rgb(85,57,101); }

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