Html Css Color HEX #55256C Honey Flower

📋 copy color: '#55256C'

red 85 ◦ green 37 ◦ blue 108

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

Shades of Honey Flower #55256C

Tints of Honey Flower #55256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 36.96%
G = 16.09%
B = 46.96%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55256C (or 0x55256C) is known color: Honey Flower. HEX triplet: 55, 25 and 6C. RGB value is (85,37,108). Sum of RGB (Red+Green+Blue) = 85+37+108=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #55256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55256C is #AADA93. Grayscale: #3B3B3B. Windows color (decimal): -11197076 or 7087445. OLE color: 7087445.

HSL color Cylindrical-coordinate representation of color #55256C: hue angle of 280.56º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55256C is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 37 108 -
CMYK 0.21 0.66 0 0.58
HSL 280.56º 0.49% 0.28% -
HSV(B) 280.56º 0.66% 0.42% -
XYZ 7.11 4.34 14.65 -
YUV 59.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 85 37 108 0.21 0.66 0 0.58 280.56 0.49 0.28
Hex 55 25 6C 15 42 0 3A 119 31 1C
Octal 125 45 154 25 102 0 72 431 61 34
Binary 1010101 100101 1101100 10101 1000010 0 111010 100011001 110001 11100

Color Harmonies of #55256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55256C

Black with #55256C

Text Example


Text Example

White with #55256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55256C; }

 p { color: rgb(85,37,108); }

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

background-color css

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

 a { background-color: rgb(85,37,108); }

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

border-color css

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

 span { border-color: rgb(85,37,108); }

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