Html Css Color HEX #53646C Fiord

📋 copy color: '#53646C'

red 83 ◦ green 100 ◦ blue 108

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

Shades of Fiord #53646C

Tints of Fiord #53646C

RGB

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

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

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

R = 28.52%
G = 34.36%
B = 37.11%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53646C (or 0x53646C) is known color: Fiord. HEX triplet: 53, 64 and 6C. RGB value is (83,100,108). Sum of RGB (Red+Green+Blue) = 83+100+108=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #53646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53646C is #AC9B93. Grayscale: #5F5F5F. Windows color (decimal): -11312020 or 7103571. OLE color: 7103571.

HSL color Cylindrical-coordinate representation of color #53646C: hue angle of 199.2º 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 #53646C is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 100 108 -
CMYK 0.23 0.07 0 0.58
HSL 199.2º 0.13% 0.37% -
HSV(B) 199.2º 0.23% 0.42% -
XYZ 10.83 12.04 15.94 -
YUV 95.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 83 100 108 0.23 0.07 0 0.58 199.2 0.13 0.37
Hex 53 64 6C 17 7 0 3A C7 D 25
Octal 123 144 154 27 7 0 72 307 15 45
Binary 1010011 1100100 1101100 10111 111 0 111010 11000111 1101 100101

Color Harmonies of #53646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53646C

Black with #53646C

Text Example


Text Example

White with #53646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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