Html Css Color HEX #54636A Fiord

📋 copy color: '#54636A'

red 84 ◦ green 99 ◦ blue 106

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

Shades of Fiord #54636A

Tints of Fiord #54636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 29.07%
G = 34.26%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54636A (or 0x54636A) is known color: Fiord. HEX triplet: 54, 63 and 6A. RGB value is (84,99,106). Sum of RGB (Red+Green+Blue) = 84+99+106=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #54636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54636A is #AB9C95. Grayscale: #5F5F5F. Windows color (decimal): -11246742 or 6972244. OLE color: 6972244.

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

Color convert

RGB 84 99 106 -
CMYK 0.21 0.07 0 0.58
HSL 199.09º 0.12% 0.37% -
HSV(B) 199.09º 0.21% 0.42% -
XYZ 10.72 11.85 15.36 -
YUV 95.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 84 99 106 0.21 0.07 0 0.58 199.09 0.12 0.37
Hex 54 63 6A 15 7 0 3A C7 C 25
Octal 124 143 152 25 7 0 72 307 14 45
Binary 1010100 1100011 1101010 10101 111 0 111010 11000111 1100 100101

Color Harmonies of #54636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54636A

Black with #54636A

Text Example


Text Example

White with #54636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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