Html Css Color HEX #554063 Honey Flower

📋 copy color: '#554063'

red 85 ◦ green 64 ◦ blue 99

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

Shades of Honey Flower #554063

Tints of Honey Flower #554063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 34.27%
G = 25.81%
B = 39.92%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554063 (or 0x554063) is known color: Honey Flower. HEX triplet: 55, 40 and 63. RGB value is (85,64,99). Sum of RGB (Red+Green+Blue) = 85+64+99=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #554063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554063 is #AABF9C. Grayscale: #4A4A4A. Windows color (decimal): -11190173 or 6504533. OLE color: 6504533.

HSL color Cylindrical-coordinate representation of color #554063: hue angle of 276º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554063 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 64 99 -
CMYK 0.14 0.35 0 0.61
HSL 276º 0.21% 0.32% -
HSV(B) 276º 0.35% 0.39% -
XYZ 7.83 6.5 12.65 -
YUV 74.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 85 64 99 0.14 0.35 0 0.61 276 0.21 0.32
Hex 55 40 63 E 23 0 3D 114 15 20
Octal 125 100 143 16 43 0 75 424 25 40
Binary 1010101 1000000 1100011 1110 100011 0 111101 100010100 10101 100000

Color Harmonies of #554063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554063

Black with #554063

Text Example


Text Example

White with #554063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554063; }

 p { color: rgb(85,64,99); }

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

background-color css

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

 a { background-color: rgb(85,64,99); }

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

border-color css

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

 span { border-color: rgb(85,64,99); }

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