Html Css Color HEX #553069 Honey Flower

📋 copy color: '#553069'

red 85 ◦ green 48 ◦ blue 105

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

Shades of Honey Flower #553069

Tints of Honey Flower #553069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 35.71%
G = 20.17%
B = 44.12%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553069 (or 0x553069) is known color: Honey Flower. HEX triplet: 55, 30 and 69. RGB value is (85,48,105). Sum of RGB (Red+Green+Blue) = 85+48+105=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #553069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553069 is #AACF96. Grayscale: #414141. Windows color (decimal): -11194263 or 6893653. OLE color: 6893653.

HSL color Cylindrical-coordinate representation of color #553069: hue angle of 278.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553069 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 48 105 -
CMYK 0.19 0.54 0 0.59
HSL 278.95º 0.37% 0.3% -
HSV(B) 278.95º 0.54% 0.41% -
XYZ 7.35 5.07 13.95 -
YUV 65.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 85 48 105 0.19 0.54 0 0.59 278.95 0.37 0.3
Hex 55 30 69 13 36 0 3B 117 25 1E
Octal 125 60 151 23 66 0 73 427 45 36
Binary 1010101 110000 1101001 10011 110110 0 111011 100010111 100101 11110

Color Harmonies of #553069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553069

Black with #553069

Text Example


Text Example

White with #553069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553069; }

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

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

background-color css

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

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

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

border-color css

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

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

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