Html Css Color HEX #54636C Fiord

📋 copy color: '#54636C'

red 84 ◦ green 99 ◦ blue 108

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

Shades of Fiord #54636C

Tints of Fiord #54636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 28.87%
G = 34.02%
B = 37.11%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54636C (or 0x54636C) is known color: Fiord. HEX triplet: 54, 63 and 6C. RGB value is (84,99,108). Sum of RGB (Red+Green+Blue) = 84+99+108=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #54636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54636C is #AB9C93. Grayscale: #5F5F5F. Windows color (decimal): -11246740 or 7103316. OLE color: 7103316.

HSL color Cylindrical-coordinate representation of color #54636C: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54636C is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 99 108 -
CMYK 0.22 0.08 0 0.58
HSL 202.5º 0.13% 0.38% -
HSV(B) 202.5º 0.22% 0.42% -
XYZ 10.82 11.89 15.91 -
YUV 95.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 84 99 108 0.22 0.08 0 0.58 202.5 0.13 0.38
Hex 54 63 6C 16 8 0 3A CA C 26
Octal 124 143 154 26 10 0 72 312 14 46
Binary 1010100 1100011 1101100 10110 1000 0 111010 11001010 1100 100110

Color Harmonies of #54636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54636C

Black with #54636C

Text Example


Text Example

White with #54636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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