Html Css Color HEX #553663 Honey Flower

📋 copy color: '#553663'

red 85 ◦ green 54 ◦ blue 99

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

Shades of Honey Flower #553663

Tints of Honey Flower #553663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 35.71%
G = 22.69%
B = 41.6%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553663 (or 0x553663) is known color: Honey Flower. HEX triplet: 55, 36 and 63. RGB value is (85,54,99). Sum of RGB (Red+Green+Blue) = 85+54+99=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #553663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553663 is #AAC99C. Grayscale: #444444. Windows color (decimal): -11192733 or 6501973. OLE color: 6501973.

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

Color convert

RGB 85 54 99 -
CMYK 0.14 0.45 0 0.61
HSL 281.33º 0.29% 0.3% -
HSV(B) 281.33º 0.45% 0.39% -
XYZ 7.32 5.47 12.47 -
YUV 68.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 85 54 99 0.14 0.45 0 0.61 281.33 0.29 0.3
Hex 55 36 63 E 2D 0 3D 119 1D 1E
Octal 125 66 143 16 55 0 75 431 35 36
Binary 1010101 110110 1100011 1110 101101 0 111101 100011001 11101 11110

Color Harmonies of #553663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553663

Black with #553663

Text Example


Text Example

White with #553663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553663; }

 p { color: rgb(85,54,99); }

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

background-color css

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

 a { background-color: rgb(85,54,99); }

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

border-color css

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

 span { border-color: rgb(85,54,99); }

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