Html Css Color HEX #545D63 Fiord

📋 copy color: '#545D63'

red 84 ◦ green 93 ◦ blue 99

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

Shades of Fiord #545D63

Tints of Fiord #545D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

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

R = 30.43%
G = 33.7%
B = 35.87%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545D63 (or 0x545D63) is known color: Fiord. HEX triplet: 54, 5D and 63. RGB value is (84,93,99). Sum of RGB (Red+Green+Blue) = 84+93+99=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #545D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D63 is #ABA29C. Grayscale: #5A5A5A. Windows color (decimal): -11248285 or 6511956. OLE color: 6511956.

HSL color Cylindrical-coordinate representation of color #545D63: hue angle of 204º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545D63 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 93 99 -
CMYK 0.15 0.06 0 0.61
HSL 204º 0.08% 0.36% -
HSV(B) 204º 0.15% 0.39% -
XYZ 9.82 10.61 13.34 -
YUV 90.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 84 93 99 0.15 0.06 0 0.61 204 0.08 0.36
Hex 54 5D 63 F 6 0 3D CC 8 24
Octal 124 135 143 17 6 0 75 314 10 44
Binary 1010100 1011101 1100011 1111 110 0 111101 11001100 1000 100100

Color Harmonies of #545D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D63

Black with #545D63

Text Example


Text Example

White with #545D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D63; }

 p { color: rgb(84,93,99); }

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

background-color css

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

 a { background-color: rgb(84,93,99); }

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

border-color css

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

 span { border-color: rgb(84,93,99); }

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