Html Css Color HEX #553662 Honey Flower

📋 copy color: '#553662'

red 85 ◦ green 54 ◦ blue 98

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

Shades of Honey Flower #553662

Tints of Honey Flower #553662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 35.86%
G = 22.78%
B = 41.35%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553662 (or 0x553662) is known color: Honey Flower. HEX triplet: 55, 36 and 62. RGB value is (85,54,98). Sum of RGB (Red+Green+Blue) = 85+54+98=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #553662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553662 is #AAC99D. Grayscale: #444444. Windows color (decimal): -11192734 or 6436437. OLE color: 6436437.

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

Color convert

RGB 85 54 98 -
CMYK 0.13 0.45 0 0.62
HSL 282.27º 0.29% 0.3% -
HSV(B) 282.27º 0.45% 0.38% -
XYZ 7.27 5.45 12.22 -
YUV 68.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 85 54 98 0.13 0.45 0 0.62 282.27 0.29 0.3
Hex 55 36 62 D 2D 0 3E 11A 1D 1E
Octal 125 66 142 15 55 0 76 432 35 36
Binary 1010101 110110 1100010 1101 101101 0 111110 100011010 11101 11110

Color Harmonies of #553662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553662

Black with #553662

Text Example


Text Example

White with #553662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553662; }

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

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

background-color css

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

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

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

border-color css

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

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

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