Html Css Color HEX #53636B Fiord

📋 copy color: '#53636B'

red 83 ◦ green 99 ◦ blue 107

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

Shades of Fiord #53636B

Tints of Fiord #53636B

RGB

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

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

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

R = 28.72%
G = 34.26%
B = 37.02%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53636B (or 0x53636B) is known color: Fiord. HEX triplet: 53, 63 and 6B. RGB value is (83,99,107). Sum of RGB (Red+Green+Blue) = 83+99+107=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 99 (39.06% from 255 or 34.26% 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 #53636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636B is #AC9C94. Grayscale: #5F5F5F. Windows color (decimal): -11312277 or 7037779. OLE color: 7037779.

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

Color convert

RGB 83 99 107 -
CMYK 0.22 0.07 0 0.58
HSL 200º 0.13% 0.37% -
HSV(B) 200º 0.22% 0.42% -
XYZ 10.68 11.82 15.63 -
YUV 95.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 83 99 107 0.22 0.07 0 0.58 200 0.13 0.37
Hex 53 63 6B 16 7 0 3A C8 D 25
Octal 123 143 153 26 7 0 72 310 15 45
Binary 1010011 1100011 1101011 10110 111 0 111010 11001000 1101 100101

Color Harmonies of #53636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53636B

Black with #53636B

Text Example


Text Example

White with #53636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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