Html Css Color HEX #54626B Fiord

📋 copy color: '#54626B'

red 84 ◦ green 98 ◦ blue 107

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

Shades of Fiord #54626B

Tints of Fiord #54626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 29.07%
G = 33.91%
B = 37.02%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54626B (or 0x54626B) is known color: Fiord. HEX triplet: 54, 62 and 6B. RGB value is (84,98,107). Sum of RGB (Red+Green+Blue) = 84+98+107=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #54626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54626B is #AB9D94. Grayscale: #5E5E5E. Windows color (decimal): -11246997 or 7037524. OLE color: 7037524.

HSL color Cylindrical-coordinate representation of color #54626B: hue angle of 203.48º 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 #54626B is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 98 107 -
CMYK 0.21 0.08 0 0.58
HSL 203.48º 0.12% 0.37% -
HSV(B) 203.48º 0.21% 0.42% -
XYZ 10.68 11.68 15.6 -
YUV 94.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 84 98 107 0.21 0.08 0 0.58 203.48 0.12 0.37
Hex 54 62 6B 15 8 0 3A CB C 25
Octal 124 142 153 25 10 0 72 313 14 45
Binary 1010100 1100010 1101011 10101 1000 0 111010 11001011 1100 100101

Color Harmonies of #54626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54626B

Black with #54626B

Text Example


Text Example

White with #54626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54626B; }

 p { color: rgb(84,98,107); }

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

background-color css

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

 a { background-color: rgb(84,98,107); }

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

border-color css

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

 span { border-color: rgb(84,98,107); }

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