Html Css Color HEX #553168 Honey Flower

📋 copy color: '#553168'

red 85 ◦ green 49 ◦ blue 104

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

Shades of Honey Flower #553168

Tints of Honey Flower #553168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 35.71%
G = 20.59%
B = 43.7%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553168 (or 0x553168) is known color: Honey Flower. HEX triplet: 55, 31 and 68. RGB value is (85,49,104). Sum of RGB (Red+Green+Blue) = 85+49+104=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #553168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553168 is #AACE97. Grayscale: #414141. Windows color (decimal): -11194008 or 6828373. OLE color: 6828373.

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

Color convert

RGB 85 49 104 -
CMYK 0.18 0.53 0 0.59
HSL 279.27º 0.36% 0.3% -
HSV(B) 279.27º 0.53% 0.41% -
XYZ 7.34 5.13 13.7 -
YUV 66.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 85 49 104 0.18 0.53 0 0.59 279.27 0.36 0.3
Hex 55 31 68 12 35 0 3B 117 24 1E
Octal 125 61 150 22 65 0 73 427 44 36
Binary 1010101 110001 1101000 10010 110101 0 111011 100010111 100100 11110

Color Harmonies of #553168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553168

Black with #553168

Text Example


Text Example

White with #553168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553168; }

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

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

background-color css

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

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

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

border-color css

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

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

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