Html Css Color HEX #535C64 Fiord

📋 copy color: '#535C64'

red 83 ◦ green 92 ◦ blue 100

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

Shades of Fiord #535C64

Tints of Fiord #535C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 30.18%
G = 33.45%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535C64 (or 0x535C64) is known color: Fiord. HEX triplet: 53, 5C and 64. RGB value is (83,92,100). Sum of RGB (Red+Green+Blue) = 83+92+100=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #535C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C64 is #ACA39B. Grayscale: #5A5A5A. Windows color (decimal): -11314076 or 6577235. OLE color: 6577235.

HSL color Cylindrical-coordinate representation of color #535C64: hue angle of 208.24º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535C64 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 92 100 -
CMYK 0.17 0.08 0 0.61
HSL 208.24º 0.09% 0.36% -
HSV(B) 208.24º 0.17% 0.39% -
XYZ 9.69 10.41 13.56 -
YUV 90.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 83 92 100 0.17 0.08 0 0.61 208.24 0.09 0.36
Hex 53 5C 64 11 8 0 3D D0 9 24
Octal 123 134 144 21 10 0 75 320 11 44
Binary 1010011 1011100 1100100 10001 1000 0 111101 11010000 1001 100100

Color Harmonies of #535C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C64

Black with #535C64

Text Example


Text Example

White with #535C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535C64; }

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

 H1.HeaderClassName
 {
   color: #535C64;
 }
 .AnyTagClassName
 {
   color: #535C64;
 }
</style>

background-color css

<style>
 a { background-color: #535C64; }

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

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

border-color css

<style>
 span { border-color: #535C64; }

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

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