Html Css Color HEX #553564 Honey Flower

📋 copy color: '#553564'

red 85 ◦ green 53 ◦ blue 100

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

Shades of Honey Flower #553564

Tints of Honey Flower #553564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 35.71%
G = 22.27%
B = 42.02%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553564 (or 0x553564) is known color: Honey Flower. HEX triplet: 55, 35 and 64. RGB value is (85,53,100). Sum of RGB (Red+Green+Blue) = 85+53+100=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #553564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553564 is #AACA9B. Grayscale: #434343. Windows color (decimal): -11192988 or 6567253. OLE color: 6567253.

HSL color Cylindrical-coordinate representation of color #553564: hue angle of 280.85º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553564 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 53 100 -
CMYK 0.15 0.47 0 0.61
HSL 280.85º 0.31% 0.3% -
HSV(B) 280.85º 0.47% 0.39% -
XYZ 7.32 5.4 12.71 -
YUV 67.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 85 53 100 0.15 0.47 0 0.61 280.85 0.31 0.3
Hex 55 35 64 F 2F 0 3D 119 1F 1E
Octal 125 65 144 17 57 0 75 431 37 36
Binary 1010101 110101 1100100 1111 101111 0 111101 100011001 11111 11110

Color Harmonies of #553564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553564

Black with #553564

Text Example


Text Example

White with #553564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553564; }

 p { color: rgb(85,53,100); }

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

background-color css

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

 a { background-color: rgb(85,53,100); }

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

border-color css

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

 span { border-color: rgb(85,53,100); }

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