Html Css Color HEX #553768 Honey Flower

📋 copy color: '#553768'

red 85 ◦ green 55 ◦ blue 104

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

Shades of Honey Flower #553768

Tints of Honey Flower #553768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 34.84%
G = 22.54%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553768 (or 0x553768) is known color: Honey Flower. HEX triplet: 55, 37 and 68. RGB value is (85,55,104). Sum of RGB (Red+Green+Blue) = 85+55+104=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #553768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553768 is #AAC897. Grayscale: #454545. Windows color (decimal): -11192472 or 6829909. OLE color: 6829909.

HSL color Cylindrical-coordinate representation of color #553768: hue angle of 276.73º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553768 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 55 104 -
CMYK 0.18 0.47 0 0.59
HSL 276.73º 0.31% 0.31% -
HSV(B) 276.73º 0.47% 0.41% -
XYZ 7.61 5.66 13.79 -
YUV 69.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 85 55 104 0.18 0.47 0 0.59 276.73 0.31 0.31
Hex 55 37 68 12 2F 0 3B 115 1F 1F
Octal 125 67 150 22 57 0 73 425 37 37
Binary 1010101 110111 1101000 10010 101111 0 111011 100010101 11111 11111

Color Harmonies of #553768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553768

Black with #553768

Text Example


Text Example

White with #553768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553768; }

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

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

background-color css

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

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

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

border-color css

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

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

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