Html Css Color HEX #554562 Honey Flower

📋 copy color: '#554562'

red 85 ◦ green 69 ◦ blue 98

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

Shades of Honey Flower #554562

Tints of Honey Flower #554562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 33.73%
G = 27.38%
B = 38.89%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554562 (or 0x554562) is known color: Honey Flower. HEX triplet: 55, 45 and 62. RGB value is (85,69,98). Sum of RGB (Red+Green+Blue) = 85+69+98=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #554562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554562 is #AABA9D. Grayscale: #4C4C4C. Windows color (decimal): -11188894 or 6440277. OLE color: 6440277.

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

Color convert

RGB 85 69 98 -
CMYK 0.13 0.30 0 0.62
HSL 273.1º 0.17% 0.33% -
HSV(B) 273.1º 0.3% 0.38% -
XYZ 8.08 7.07 12.49 -
YUV 77.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 85 69 98 0.13 0.30 0 0.62 273.1 0.17 0.33
Hex 55 45 62 D 1E 0 3E 111 11 21
Octal 125 105 142 15 36 0 76 421 21 41
Binary 1010101 1000101 1100010 1101 11110 0 111110 100010001 10001 100001

Color Harmonies of #554562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554562

Black with #554562

Text Example


Text Example

White with #554562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554562; }

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

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

background-color css

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

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

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

border-color css

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

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

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