Html Css Color HEX #55306C Honey Flower

📋 copy color: '#55306C'

red 85 ◦ green 48 ◦ blue 108

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

Shades of Honey Flower #55306C

Tints of Honey Flower #55306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 35.27%
G = 19.92%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55306C (or 0x55306C) is known color: Honey Flower. HEX triplet: 55, 30 and 6C. RGB value is (85,48,108). Sum of RGB (Red+Green+Blue) = 85+48+108=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #55306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55306C is #AACF93. Grayscale: #414141. Windows color (decimal): -11194260 or 7090261. OLE color: 7090261.

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

Color convert

RGB 85 48 108 -
CMYK 0.21 0.56 0 0.58
HSL 277º 0.38% 0.31% -
HSV(B) 277º 0.56% 0.42% -
XYZ 7.51 5.13 14.78 -
YUV 65.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 85 48 108 0.21 0.56 0 0.58 277 0.38 0.31
Hex 55 30 6C 15 38 0 3A 115 26 1F
Octal 125 60 154 25 70 0 72 425 46 37
Binary 1010101 110000 1101100 10101 111000 0 111010 100010101 100110 11111

Color Harmonies of #55306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55306C

Black with #55306C

Text Example


Text Example

White with #55306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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