Html Css Color HEX #553270 Honey Flower

📋 copy color: '#553270'

red 85 ◦ green 50 ◦ blue 112

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

Shades of Honey Flower #553270

Tints of Honey Flower #553270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 34.41%
G = 20.24%
B = 45.34%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553270 (or 0x553270) is known color: Honey Flower. HEX triplet: 55, 32 and 70. RGB value is (85,50,112). Sum of RGB (Red+Green+Blue) = 85+50+112=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #553270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553270 is #AACD8F. Grayscale: #434343. Windows color (decimal): -11193744 or 7352917. OLE color: 7352917.

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

Color convert

RGB 85 50 112 -
CMYK 0.24 0.55 0 0.56
HSL 273.87º 0.38% 0.32% -
HSV(B) 273.87º 0.55% 0.44% -
XYZ 7.81 5.38 15.96 -
YUV 67.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 85 50 112 0.24 0.55 0 0.56 273.87 0.38 0.32
Hex 55 32 70 18 37 0 38 112 26 20
Octal 125 62 160 30 67 0 70 422 46 40
Binary 1010101 110010 1110000 11000 110111 0 111000 100010010 100110 100000

Color Harmonies of #553270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553270

Black with #553270

Text Example


Text Example

White with #553270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553270; }

 p { color: rgb(85,50,112); }

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

background-color css

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

 a { background-color: rgb(85,50,112); }

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

border-color css

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

 span { border-color: rgb(85,50,112); }

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