Html Css Color HEX #554260 Honey Flower

📋 copy color: '#554260'

red 85 ◦ green 66 ◦ blue 96

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

Shades of Honey Flower #554260

Tints of Honey Flower #554260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 34.41%
G = 26.72%
B = 38.87%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554260 (or 0x554260) is known color: Honey Flower. HEX triplet: 55, 42 and 60. RGB value is (85,66,96). Sum of RGB (Red+Green+Blue) = 85+66+96=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #554260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554260 is #AABD9F. Grayscale: #4B4B4B. Windows color (decimal): -11189664 or 6308437. OLE color: 6308437.

HSL color Cylindrical-coordinate representation of color #554260: hue angle of 278º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554260 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 66 96 -
CMYK 0.11 0.31 0 0.62
HSL 278º 0.19% 0.32% -
HSV(B) 278º 0.31% 0.38% -
XYZ 7.81 6.67 11.94 -
YUV 75.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 85 66 96 0.11 0.31 0 0.62 278 0.19 0.32
Hex 55 42 60 B 1F 0 3E 116 13 20
Octal 125 102 140 13 37 0 76 426 23 40
Binary 1010101 1000010 1100000 1011 11111 0 111110 100010110 10011 100000

Color Harmonies of #554260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554260

Black with #554260

Text Example


Text Example

White with #554260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554260; }

 p { color: rgb(85,66,96); }

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

background-color css

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

 a { background-color: rgb(85,66,96); }

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

border-color css

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

 span { border-color: rgb(85,66,96); }

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