Html Css Color HEX #553863 Honey Flower

📋 copy color: '#553863'

red 85 ◦ green 56 ◦ blue 99

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

Shades of Honey Flower #553863

Tints of Honey Flower #553863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 35.42%
G = 23.33%
B = 41.25%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553863 (or 0x553863) is known color: Honey Flower. HEX triplet: 55, 38 and 63. RGB value is (85,56,99). Sum of RGB (Red+Green+Blue) = 85+56+99=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #553863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553863 is #AAC79C. Grayscale: #454545. Windows color (decimal): -11192221 or 6502485. OLE color: 6502485.

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

Color convert

RGB 85 56 99 -
CMYK 0.14 0.43 0 0.61
HSL 280.47º 0.28% 0.3% -
HSV(B) 280.47º 0.43% 0.39% -
XYZ 7.41 5.66 12.51 -
YUV 69.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 85 56 99 0.14 0.43 0 0.61 280.47 0.28 0.3
Hex 55 38 63 E 2B 0 3D 118 1C 1E
Octal 125 70 143 16 53 0 75 430 34 36
Binary 1010101 111000 1100011 1110 101011 0 111101 100011000 11100 11110

Color Harmonies of #553863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553863

Black with #553863

Text Example


Text Example

White with #553863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553863; }

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

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

background-color css

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

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

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

border-color css

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

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

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