Html Css Color HEX #535D63 Fiord

📋 copy color: '#535D63'

red 83 ◦ green 93 ◦ blue 99

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

Shades of Fiord #535D63

Tints of Fiord #535D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 30.18%
G = 33.82%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535D63 (or 0x535D63) is known color: Fiord. HEX triplet: 53, 5D and 63. RGB value is (83,93,99). Sum of RGB (Red+Green+Blue) = 83+93+99=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #535D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D63 is #ACA29C. Grayscale: #5A5A5A. Windows color (decimal): -11313821 or 6511955. OLE color: 6511955.

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

Color convert

RGB 83 93 99 -
CMYK 0.16 0.06 0 0.61
HSL 202.5º 0.09% 0.36% -
HSV(B) 202.5º 0.16% 0.39% -
XYZ 9.73 10.57 13.33 -
YUV 90.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 83 93 99 0.16 0.06 0 0.61 202.5 0.09 0.36
Hex 53 5D 63 10 6 0 3D CA 9 24
Octal 123 135 143 20 6 0 75 312 11 44
Binary 1010011 1011101 1100011 10000 110 0 111101 11001010 1001 100100

Color Harmonies of #535D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D63

Black with #535D63

Text Example


Text Example

White with #535D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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