Html Css Color HEX #53636C Fiord

📋 copy color: '#53636C'

red 83 ◦ green 99 ◦ blue 108

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

Shades of Fiord #53636C

Tints of Fiord #53636C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 28.62%
G = 34.14%
B = 37.24%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53636C (or 0x53636C) is known color: Fiord. HEX triplet: 53, 63 and 6C. RGB value is (83,99,108). Sum of RGB (Red+Green+Blue) = 83+99+108=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #53636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53636C is #AC9C93. Grayscale: #5F5F5F. Windows color (decimal): -11312276 or 7103315. OLE color: 7103315.

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

Color convert

RGB 83 99 108 -
CMYK 0.23 0.08 0 0.58
HSL 201.6º 0.13% 0.37% -
HSV(B) 201.6º 0.23% 0.42% -
XYZ 10.74 11.85 15.91 -
YUV 95.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 83 99 108 0.23 0.08 0 0.58 201.6 0.13 0.37
Hex 53 63 6C 17 8 0 3A CA D 25
Octal 123 143 154 27 10 0 72 312 15 45
Binary 1010011 1100011 1101100 10111 1000 0 111010 11001010 1101 100101

Color Harmonies of #53636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53636C

Black with #53636C

Text Example


Text Example

White with #53636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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