Html Css Color HEX #553471 Honey Flower

📋 copy color: '#553471'

red 85 ◦ green 52 ◦ blue 113

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

Shades of Honey Flower #553471

Tints of Honey Flower #553471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 34%
G = 20.8%
B = 45.2%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553471 (or 0x553471) is known color: Honey Flower. HEX triplet: 55, 34 and 71. RGB value is (85,52,113). Sum of RGB (Red+Green+Blue) = 85+52+113=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #553471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553471 is #AACB8E. Grayscale: #444444. Windows color (decimal): -11193231 or 7418965. OLE color: 7418965.

HSL color Cylindrical-coordinate representation of color #553471: hue angle of 272.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553471 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 52 113 -
CMYK 0.25 0.54 0 0.56
HSL 272.46º 0.37% 0.32% -
HSV(B) 272.46º 0.54% 0.44% -
XYZ 7.95 5.58 16.28 -
YUV 68.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 85 52 113 0.25 0.54 0 0.56 272.46 0.37 0.32
Hex 55 34 71 19 36 0 38 110 25 20
Octal 125 64 161 31 66 0 70 420 45 40
Binary 1010101 110100 1110001 11001 110110 0 111000 100010000 100101 100000

Color Harmonies of #553471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553471

Black with #553471

Text Example


Text Example

White with #553471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553471; }

 p { color: rgb(85,52,113); }

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

background-color css

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

 a { background-color: rgb(85,52,113); }

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

border-color css

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

 span { border-color: rgb(85,52,113); }

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