Html Css Color HEX #553D6E Honey Flower

📋 copy color: '#553D6E'

red 85 ◦ green 61 ◦ blue 110

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

Shades of Honey Flower #553D6E

Tints of Honey Flower #553D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 33.2%
G = 23.83%
B = 42.97%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#553D6E (or 0x553D6E) is known color: Honey Flower. HEX triplet: 55, 3D and 6E. RGB value is (85,61,110). Sum of RGB (Red+Green+Blue) = 85+61+110=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #553D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D6E is #AAC291. Grayscale: #494949. Windows color (decimal): -11190930 or 7224661. OLE color: 7224661.

HSL color Cylindrical-coordinate representation of color #553D6E: hue angle of 269.39º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553D6E is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 61 110 -
CMYK 0.23 0.45 0 0.57
HSL 269.39º 0.29% 0.34% -
HSV(B) 269.39º 0.45% 0.43% -
XYZ 8.23 6.39 15.55 -
YUV 73.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 85 61 110 0.23 0.45 0 0.57 269.39 0.29 0.34
Hex 55 3D 6E 17 2D 0 39 10D 1D 22
Octal 125 75 156 27 55 0 71 415 35 42
Binary 1010101 111101 1101110 10111 101101 0 111001 100001101 11101 100010

Color Harmonies of #553D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D6E

Black with #553D6E

Text Example


Text Example

White with #553D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D6E; }

 p { color: rgb(85,61,110); }

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

background-color css

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

 a { background-color: rgb(85,61,110); }

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

border-color css

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

 span { border-color: rgb(85,61,110); }

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