Html Css Color HEX #53636D Fiord

📋 copy color: '#53636D'

red 83 ◦ green 99 ◦ blue 109

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

Shades of Fiord #53636D

Tints of Fiord #53636D

RGB

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

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

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

R = 28.52%
G = 34.02%
B = 37.46%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53636D (or 0x53636D) is known color: Fiord. HEX triplet: 53, 63 and 6D. RGB value is (83,99,109). Sum of RGB (Red+Green+Blue) = 83+99+109=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #53636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636D is #AC9C92. Grayscale: #5F5F5F. Windows color (decimal): -11312275 or 7168851. OLE color: 7168851.

HSL color Cylindrical-coordinate representation of color #53636D: hue angle of 203.08º 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 #53636D is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 99 109 -
CMYK 0.24 0.09 0 0.57
HSL 203.08º 0.14% 0.38% -
HSV(B) 203.08º 0.24% 0.43% -
XYZ 10.79 11.87 16.19 -
YUV 95.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 83 99 109 0.24 0.09 0 0.57 203.08 0.14 0.38
Hex 53 63 6D 18 9 0 39 CB E 26
Octal 123 143 155 30 11 0 71 313 16 46
Binary 1010011 1100011 1101101 11000 1001 0 111001 11001011 1110 100110

Color Harmonies of #53636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53636D

Black with #53636D

Text Example


Text Example

White with #53636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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