Html Css Color HEX #53646D Fiord

📋 copy color: '#53646D'

red 83 ◦ green 100 ◦ blue 109

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

Shades of Fiord #53646D

Tints of Fiord #53646D

RGB

 RED value IS 83 (32.81% from 255) = 28.42%

 GREEN value IS 100 (39.45% from 255) = 34.25%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 28.42%
G = 34.25%
B = 37.33%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53646D (or 0x53646D) is known color: Fiord. HEX triplet: 53, 64 and 6D. RGB value is (83,100,109). Sum of RGB (Red+Green+Blue) = 83+100+109=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #53646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53646D is #AC9B92. Grayscale: #5F5F5F. Windows color (decimal): -11312019 or 7169107. OLE color: 7169107.

HSL color Cylindrical-coordinate representation of color #53646D: hue angle of 200.77º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53646D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 100 109 -
CMYK 0.24 0.08 0 0.57
HSL 200.77º 0.14% 0.38% -
HSV(B) 200.77º 0.24% 0.43% -
XYZ 10.88 12.06 16.22 -
YUV 95.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 83 100 109 0.24 0.08 0 0.57 200.77 0.14 0.38
Hex 53 64 6D 18 8 0 39 C9 E 26
Octal 123 144 155 30 10 0 71 311 16 46
Binary 1010011 1100100 1101101 11000 1000 0 111001 11001001 1110 100110

Color Harmonies of #53646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53646D

Black with #53646D

Text Example


Text Example

White with #53646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53646D; }

 p { color: rgb(83,100,109); }

 H1.HeaderClassName
 {
   color: #53646D;
 }
 .AnyTagClassName
 {
   color: #53646D;
 }
</style>

background-color css

<style>
 a { background-color: #53646D; }

 a { background-color: rgb(83,100,109); }

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

border-color css

<style>
 span { border-color: #53646D; }

 span { border-color: rgb(83,100,109); }

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