Html Css Color HEX #526258 Feldgrau

📋 copy color: '#526258'

red 82 ◦ green 98 ◦ blue 88

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

Shades of Feldgrau #526258

Tints of Feldgrau #526258

RGB

 RED value IS 82 (32.42% from 255) = 30.6%

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 30.6%
G = 36.57%
B = 32.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#526258 (or 0x526258) is known color: Feldgrau. HEX triplet: 52, 62 and 58. RGB value is (82,98,88). Sum of RGB (Red+Green+Blue) = 82+98+88=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #526258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526258 is #AD9DA7. Grayscale: #5C5C5C. Windows color (decimal): -11378088 or 5792338. OLE color: 5792338.

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

Color convert

RGB 82 98 88 -
CMYK 0.16 0 0.10 0.62
HSL 142.5º 0.09% 0.35% -
HSV(B) 142.5º 0.16% 0.38% -
XYZ 9.61 11.23 10.89 -
YUV 92.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 82 98 88 0.16 0 0.10 0.62 142.5 0.09 0.35
Hex 52 62 58 10 0 A 3E 8E 9 23
Octal 122 142 130 20 0 12 76 216 11 43
Binary 1010010 1100010 1011000 10000 0 1010 111110 10001110 1001 100011

Color Harmonies of #526258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526258

Black with #526258

Text Example


Text Example

White with #526258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526258; }

 p { color: rgb(82,98,88); }

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

background-color css

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

 a { background-color: rgb(82,98,88); }

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

border-color css

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

 span { border-color: rgb(82,98,88); }

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