Html Css Color HEX #553368 Honey Flower

📋 copy color: '#553368'

red 85 ◦ green 51 ◦ blue 104

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

Shades of Honey Flower #553368

Tints of Honey Flower #553368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 35.42%
G = 21.25%
B = 43.33%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553368 (or 0x553368) is known color: Honey Flower. HEX triplet: 55, 33 and 68. RGB value is (85,51,104). Sum of RGB (Red+Green+Blue) = 85+51+104=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #553368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553368 is #AACC97. Grayscale: #434343. Windows color (decimal): -11193496 or 6828885. OLE color: 6828885.

HSL color Cylindrical-coordinate representation of color #553368: hue angle of 278.49º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553368 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 51 104 -
CMYK 0.18 0.51 0 0.59
HSL 278.49º 0.34% 0.3% -
HSV(B) 278.49º 0.51% 0.41% -
XYZ 7.43 5.3 13.73 -
YUV 67.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 85 51 104 0.18 0.51 0 0.59 278.49 0.34 0.3
Hex 55 33 68 12 33 0 3B 116 22 1E
Octal 125 63 150 22 63 0 73 426 42 36
Binary 1010101 110011 1101000 10010 110011 0 111011 100010110 100010 11110

Color Harmonies of #553368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553368

Black with #553368

Text Example


Text Example

White with #553368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553368; }

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

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

background-color css

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

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

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

border-color css

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

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

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