Html Css Color HEX #546065 Fiord

📋 copy color: '#546065'

red 84 ◦ green 96 ◦ blue 101

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

Shades of Fiord #546065

Tints of Fiord #546065

RGB

 RED value IS 84 (33.2% from 255) = 29.89%

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 29.89%
G = 34.16%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#546065 (or 0x546065) is known color: Fiord. HEX triplet: 54, 60 and 65. RGB value is (84,96,101). Sum of RGB (Red+Green+Blue) = 84+96+101=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #546065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546065 is #AB9F9A. Grayscale: #5C5C5C. Windows color (decimal): -11247515 or 6643796. OLE color: 6643796.

HSL color Cylindrical-coordinate representation of color #546065: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546065 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 96 101 -
CMYK 0.17 0.05 0 0.60
HSL 197.65º 0.09% 0.36% -
HSV(B) 197.65º 0.17% 0.4% -
XYZ 10.19 11.19 13.93 -
YUV 92.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 84 96 101 0.17 0.05 0 0.60 197.65 0.09 0.36
Hex 54 60 65 11 5 0 3C C6 9 24
Octal 124 140 145 21 5 0 74 306 11 44
Binary 1010100 1100000 1100101 10001 101 0 111100 11000110 1001 100100

Color Harmonies of #546065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546065

Black with #546065

Text Example


Text Example

White with #546065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546065; }

 p { color: rgb(84,96,101); }

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

background-color css

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

 a { background-color: rgb(84,96,101); }

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

border-color css

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

 span { border-color: rgb(84,96,101); }

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