Html Css Color HEX #536259 Feldgrau

📋 copy color: '#536259'

red 83 ◦ green 98 ◦ blue 89

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

Shades of Feldgrau #536259

Tints of Feldgrau #536259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

 BLUE value IS 89 (35.16% from 255) = 32.96%

R = 30.74%
G = 36.3%
B = 32.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#536259 (or 0x536259) is known color: Feldgrau. HEX triplet: 53, 62 and 59. RGB value is (83,98,89). Sum of RGB (Red+Green+Blue) = 83+98+89=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #536259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536259 is #AC9DA6. Grayscale: #5C5C5C. Windows color (decimal): -11312551 or 5857875. OLE color: 5857875.

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

Color convert

RGB 83 98 89 -
CMYK 0.15 0 0.09 0.62
HSL 144º 0.08% 0.35% -
HSV(B) 144º 0.15% 0.38% -
XYZ 9.74 11.3 11.12 -
YUV 92.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 83 98 89 0.15 0 0.09 0.62 144 0.08 0.35
Hex 53 62 59 F 0 9 3E 90 8 23
Octal 123 142 131 17 0 11 76 220 10 43
Binary 1010011 1100010 1011001 1111 0 1001 111110 10010000 1000 100011

Color Harmonies of #536259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536259

Black with #536259

Text Example


Text Example

White with #536259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536259; }

 p { color: rgb(83,98,89); }

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

background-color css

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

 a { background-color: rgb(83,98,89); }

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

border-color css

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

 span { border-color: rgb(83,98,89); }

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