Html Css Color HEX #535C61 Fiord

📋 copy color: '#535C61'

red 83 ◦ green 92 ◦ blue 97

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

Shades of Fiord #535C61

Tints of Fiord #535C61

RGB

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

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

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

R = 30.51%
G = 33.82%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535C61 (or 0x535C61) is known color: Fiord. HEX triplet: 53, 5C and 61. RGB value is (83,92,97). Sum of RGB (Red+Green+Blue) = 83+92+97=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #535C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C61 is #ACA39E. Grayscale: #595959. Windows color (decimal): -11314079 or 6380627. OLE color: 6380627.

HSL color Cylindrical-coordinate representation of color #535C61: hue angle of 201.43º 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 #535C61 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 92 97 -
CMYK 0.14 0.05 0 0.62
HSL 201.43º 0.08% 0.35% -
HSV(B) 201.43º 0.14% 0.38% -
XYZ 9.55 10.36 12.8 -
YUV 89.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 83 92 97 0.14 0.05 0 0.62 201.43 0.08 0.35
Hex 53 5C 61 E 5 0 3E C9 8 23
Octal 123 134 141 16 5 0 76 311 10 43
Binary 1010011 1011100 1100001 1110 101 0 111110 11001001 1000 100011

Color Harmonies of #535C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C61

Black with #535C61

Text Example


Text Example

White with #535C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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