Html Css Color HEX #552D69 Honey Flower

📋 copy color: '#552D69'

red 85 ◦ green 45 ◦ blue 105

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

Shades of Honey Flower #552D69

Tints of Honey Flower #552D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 36.17%
G = 19.15%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#552D69 (or 0x552D69) is known color: Honey Flower. HEX triplet: 55, 2D and 69. RGB value is (85,45,105). Sum of RGB (Red+Green+Blue) = 85+45+105=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #552D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D69 is #AAD296. Grayscale: #3F3F3F. Windows color (decimal): -11195031 or 6892885. OLE color: 6892885.

HSL color Cylindrical-coordinate representation of color #552D69: hue angle of 280º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552D69 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 45 105 -
CMYK 0.19 0.57 0 0.59
HSL 280º 0.4% 0.29% -
HSV(B) 280º 0.57% 0.41% -
XYZ 7.23 4.83 13.92 -
YUV 63.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 85 45 105 0.19 0.57 0 0.59 280 0.4 0.29
Hex 55 2D 69 13 39 0 3B 118 28 1D
Octal 125 55 151 23 71 0 73 430 50 35
Binary 1010101 101101 1101001 10011 111001 0 111011 100011000 101000 11101

Color Harmonies of #552D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D69

Black with #552D69

Text Example


Text Example

White with #552D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552D69; }

 p { color: rgb(85,45,105); }

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

background-color css

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

 a { background-color: rgb(85,45,105); }

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

border-color css

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

 span { border-color: rgb(85,45,105); }

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