Html Css Color HEX #535D57 Feldgrau

📋 copy color: '#535D57'

red 83 ◦ green 93 ◦ blue 87

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

Shades of Feldgrau #535D57

Tints of Feldgrau #535D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 31.56%
G = 35.36%
B = 33.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#535D57 (or 0x535D57) is known color: Feldgrau. HEX triplet: 53, 5D and 57. RGB value is (83,93,87). Sum of RGB (Red+Green+Blue) = 83+93+87=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #535D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D57 is #ACA2A8. Grayscale: #595959. Windows color (decimal): -11313833 or 5725523. OLE color: 5725523.

HSL color Cylindrical-coordinate representation of color #535D57: hue angle of 144º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D57 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 87 -
CMYK 0.11 0 0.06 0.64
HSL 144º 0.06% 0.35% -
HSV(B) 144º 0.11% 0.36% -
XYZ 9.2 10.36 10.53 -
YUV 89.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 83 93 87 0.11 0 0.06 0.64 144 0.06 0.35
Hex 53 5D 57 B 0 6 40 90 6 23
Octal 123 135 127 13 0 6 100 220 6 43
Binary 1010011 1011101 1010111 1011 0 110 1000000 10010000 110 100011

Color Harmonies of #535D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D57

Black with #535D57

Text Example


Text Example

White with #535D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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