Html Css Color HEX #55356E Honey Flower

📋 copy color: '#55356E'

red 85 ◦ green 53 ◦ blue 110

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

Shades of Honey Flower #55356E

Tints of Honey Flower #55356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 34.27%
G = 21.37%
B = 44.35%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55356E (or 0x55356E) is known color: Honey Flower. HEX triplet: 55, 35 and 6E. RGB value is (85,53,110). Sum of RGB (Red+Green+Blue) = 85+53+110=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #55356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55356E is #AACA91. Grayscale: #444444. Windows color (decimal): -11192978 or 7222613. OLE color: 7222613.

HSL color Cylindrical-coordinate representation of color #55356E: hue angle of 273.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55356E is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 53 110 -
CMYK 0.23 0.52 0 0.57
HSL 273.68º 0.35% 0.32% -
HSV(B) 273.68º 0.52% 0.43% -
XYZ 7.83 5.6 15.42 -
YUV 69.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 85 53 110 0.23 0.52 0 0.57 273.68 0.35 0.32
Hex 55 35 6E 17 34 0 39 112 23 20
Octal 125 65 156 27 64 0 71 422 43 40
Binary 1010101 110101 1101110 10111 110100 0 111001 100010010 100011 100000

Color Harmonies of #55356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55356E

Black with #55356E

Text Example


Text Example

White with #55356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55356E; }

 p { color: rgb(85,53,110); }

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

background-color css

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

 a { background-color: rgb(85,53,110); }

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

border-color css

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

 span { border-color: rgb(85,53,110); }

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