Html Css Color HEX #553065 Honey Flower

📋 copy color: '#553065'

red 85 ◦ green 48 ◦ blue 101

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

Shades of Honey Flower #553065

Tints of Honey Flower #553065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 36.32%
G = 20.51%
B = 43.16%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#553065 (or 0x553065) is known color: Honey Flower. HEX triplet: 55, 30 and 65. RGB value is (85,48,101). Sum of RGB (Red+Green+Blue) = 85+48+101=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #553065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553065 is #AACF9A. Grayscale: #404040. Windows color (decimal): -11194267 or 6631509. OLE color: 6631509.

HSL color Cylindrical-coordinate representation of color #553065: hue angle of 281.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553065 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 48 101 -
CMYK 0.16 0.52 0 0.60
HSL 281.89º 0.36% 0.29% -
HSV(B) 281.89º 0.52% 0.4% -
XYZ 7.15 4.98 12.9 -
YUV 65.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 85 48 101 0.16 0.52 0 0.60 281.89 0.36 0.29
Hex 55 30 65 10 34 0 3C 11A 24 1D
Octal 125 60 145 20 64 0 74 432 44 35
Binary 1010101 110000 1100101 10000 110100 0 111100 100011010 100100 11101

Color Harmonies of #553065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553065

Black with #553065

Text Example


Text Example

White with #553065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553065; }

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

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

background-color css

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

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

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

border-color css

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

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

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