Html Css Color HEX #553763 Honey Flower

📋 copy color: '#553763'

red 85 ◦ green 55 ◦ blue 99

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

Shades of Honey Flower #553763

Tints of Honey Flower #553763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 35.56%
G = 23.01%
B = 41.42%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553763 (or 0x553763) is known color: Honey Flower. HEX triplet: 55, 37 and 63. RGB value is (85,55,99). Sum of RGB (Red+Green+Blue) = 85+55+99=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #553763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553763 is #AAC89C. Grayscale: #444444. Windows color (decimal): -11192477 or 6502229. OLE color: 6502229.

HSL color Cylindrical-coordinate representation of color #553763: hue angle of 280.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553763 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 55 99 -
CMYK 0.14 0.44 0 0.61
HSL 280.91º 0.29% 0.3% -
HSV(B) 280.91º 0.44% 0.39% -
XYZ 7.36 5.56 12.49 -
YUV 68.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 85 55 99 0.14 0.44 0 0.61 280.91 0.29 0.3
Hex 55 37 63 E 2C 0 3D 119 1D 1E
Octal 125 67 143 16 54 0 75 431 35 36
Binary 1010101 110111 1100011 1110 101100 0 111101 100011001 11101 11110

Color Harmonies of #553763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553763

Black with #553763

Text Example


Text Example

White with #553763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553763; }

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

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

background-color css

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

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

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

border-color css

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

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

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