Html Css Color HEX #535D61 Fiord

📋 copy color: '#535D61'

red 83 ◦ green 93 ◦ blue 97

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

Shades of Fiord #535D61

Tints of Fiord #535D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 30.4%
G = 34.07%
B = 35.53%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535D61 (or 0x535D61) is known color: Fiord. HEX triplet: 53, 5D and 61. RGB value is (83,93,97). Sum of RGB (Red+Green+Blue) = 83+93+97=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #535D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D61 is #ACA29E. Grayscale: #5A5A5A. Windows color (decimal): -11313823 or 6380883. OLE color: 6380883.

HSL color Cylindrical-coordinate representation of color #535D61: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535D61 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 93 97 -
CMYK 0.14 0.04 0 0.62
HSL 197.14º 0.08% 0.35% -
HSV(B) 197.14º 0.14% 0.38% -
XYZ 9.64 10.53 12.83 -
YUV 90.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 83 93 97 0.14 0.04 0 0.62 197.14 0.08 0.35
Hex 53 5D 61 E 4 0 3E C5 8 23
Octal 123 135 141 16 4 0 76 305 10 43
Binary 1010011 1011101 1100001 1110 100 0 111110 11000101 1000 100011

Color Harmonies of #535D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D61

Black with #535D61

Text Example


Text Example

White with #535D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,97); }

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

background-color css

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

 a { background-color: rgb(83,93,97); }

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

border-color css

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

 span { border-color: rgb(83,93,97); }

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