Html Css Color HEX #553367 Honey Flower

📋 copy color: '#553367'

red 85 ◦ green 51 ◦ blue 103

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

Shades of Honey Flower #553367

Tints of Honey Flower #553367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 35.56%
G = 21.34%
B = 43.1%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#553367 (or 0x553367) is known color: Honey Flower. HEX triplet: 55, 33 and 67. RGB value is (85,51,103). Sum of RGB (Red+Green+Blue) = 85+51+103=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #553367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553367 is #AACC98. Grayscale: #424242. Windows color (decimal): -11193497 or 6763349. OLE color: 6763349.

HSL color Cylindrical-coordinate representation of color #553367: hue angle of 279.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553367 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 51 103 -
CMYK 0.17 0.50 0 0.60
HSL 279.23º 0.34% 0.3% -
HSV(B) 279.23º 0.5% 0.4% -
XYZ 7.38 5.28 13.46 -
YUV 67.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 85 51 103 0.17 0.50 0 0.60 279.23 0.34 0.3
Hex 55 33 67 11 32 0 3C 117 22 1E
Octal 125 63 147 21 62 0 74 427 42 36
Binary 1010101 110011 1100111 10001 110010 0 111100 100010111 100010 11110

Color Harmonies of #553367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553367

Black with #553367

Text Example


Text Example

White with #553367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553367; }

 p { color: rgb(85,51,103); }

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

background-color css

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

 a { background-color: rgb(85,51,103); }

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

border-color css

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

 span { border-color: rgb(85,51,103); }

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