Html Css Color HEX #553A6F Honey Flower

📋 copy color: '#553A6F'

red 85 ◦ green 58 ◦ blue 111

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

Shades of Honey Flower #553A6F

Tints of Honey Flower #553A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 33.46%
G = 22.83%
B = 43.7%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553A6F (or 0x553A6F) is known color: Honey Flower. HEX triplet: 55, 3A and 6F. RGB value is (85,58,111). Sum of RGB (Red+Green+Blue) = 85+58+111=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #553A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A6F is #AAC590. Grayscale: #474747. Windows color (decimal): -11191697 or 7289429. OLE color: 7289429.

HSL color Cylindrical-coordinate representation of color #553A6F: hue angle of 270.57º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #553A6F is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 58 111 -
CMYK 0.23 0.48 0 0.56
HSL 270.57º 0.31% 0.33% -
HSV(B) 270.57º 0.48% 0.44% -
XYZ 8.13 6.11 15.79 -
YUV 72.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 85 58 111 0.23 0.48 0 0.56 270.57 0.31 0.33
Hex 55 3A 6F 17 30 0 38 10F 1F 21
Octal 125 72 157 27 60 0 70 417 37 41
Binary 1010101 111010 1101111 10111 110000 0 111000 100001111 11111 100001

Color Harmonies of #553A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A6F

Black with #553A6F

Text Example


Text Example

White with #553A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,58,111); }

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

background-color css

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

 a { background-color: rgb(85,58,111); }

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

border-color css

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

 span { border-color: rgb(85,58,111); }

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