Html Css Color HEX #554465 Honey Flower

📋 copy color: '#554465'

red 85 ◦ green 68 ◦ blue 101

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

Shades of Honey Flower #554465

Tints of Honey Flower #554465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 33.46%
G = 26.77%
B = 39.76%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#554465 (or 0x554465) is known color: Honey Flower. HEX triplet: 55, 44 and 65. RGB value is (85,68,101). Sum of RGB (Red+Green+Blue) = 85+68+101=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #554465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554465 is #AABB9A. Grayscale: #4C4C4C. Windows color (decimal): -11189147 or 6636629. OLE color: 6636629.

HSL color Cylindrical-coordinate representation of color #554465: hue angle of 270.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554465 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 68 101 -
CMYK 0.16 0.33 0 0.60
HSL 270.91º 0.2% 0.33% -
HSV(B) 270.91º 0.33% 0.4% -
XYZ 8.16 7.01 13.23 -
YUV 76.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 85 68 101 0.16 0.33 0 0.60 270.91 0.2 0.33
Hex 55 44 65 10 21 0 3C 10F 14 21
Octal 125 104 145 20 41 0 74 417 24 41
Binary 1010101 1000100 1100101 10000 100001 0 111100 100001111 10100 100001

Color Harmonies of #554465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554465

Black with #554465

Text Example


Text Example

White with #554465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554465; }

 p { color: rgb(85,68,101); }

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

background-color css

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

 a { background-color: rgb(85,68,101); }

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

border-color css

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

 span { border-color: rgb(85,68,101); }

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