Html Css Color HEX #545C63 Fiord

📋 copy color: '#545C63'

red 84 ◦ green 92 ◦ blue 99

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

Shades of Fiord #545C63

Tints of Fiord #545C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

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

R = 30.55%
G = 33.45%
B = 36%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545C63 (or 0x545C63) is known color: Fiord. HEX triplet: 54, 5C and 63. RGB value is (84,92,99). Sum of RGB (Red+Green+Blue) = 84+92+99=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #545C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C63 is #ABA39C. Grayscale: #5A5A5A. Windows color (decimal): -11248541 or 6511700. OLE color: 6511700.

HSL color Cylindrical-coordinate representation of color #545C63: hue angle of 208º 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 #545C63 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 92 99 -
CMYK 0.15 0.07 0 0.61
HSL 208º 0.08% 0.36% -
HSV(B) 208º 0.15% 0.39% -
XYZ 9.74 10.44 13.31 -
YUV 90.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 84 92 99 0.15 0.07 0 0.61 208 0.08 0.36
Hex 54 5C 63 F 7 0 3D D0 8 24
Octal 124 134 143 17 7 0 75 320 10 44
Binary 1010100 1011100 1100011 1111 111 0 111101 11010000 1000 100100

Color Harmonies of #545C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C63

Black with #545C63

Text Example


Text Example

White with #545C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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