Html Css Color HEX #526058 Feldgrau

📋 copy color: '#526058'

red 82 ◦ green 96 ◦ blue 88

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

Shades of Feldgrau #526058

Tints of Feldgrau #526058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 30.83%
G = 36.09%
B = 33.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#526058 (or 0x526058) is known color: Feldgrau. HEX triplet: 52, 60 and 58. RGB value is (82,96,88). Sum of RGB (Red+Green+Blue) = 82+96+88=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #526058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526058 is #AD9FA7. Grayscale: #5A5A5A. Windows color (decimal): -11378600 or 5791826. OLE color: 5791826.

HSL color Cylindrical-coordinate representation of color #526058: hue angle of 145.71º 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 #526058 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 88 -
CMYK 0.15 0 0.08 0.62
HSL 145.71º 0.08% 0.35% -
HSV(B) 145.71º 0.15% 0.38% -
XYZ 9.42 10.86 10.83 -
YUV 90.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 82 96 88 0.15 0 0.08 0.62 145.71 0.08 0.35
Hex 52 60 58 F 0 8 3E 92 8 23
Octal 122 140 130 17 0 10 76 222 10 43
Binary 1010010 1100000 1011000 1111 0 1000 111110 10010010 1000 100011

Color Harmonies of #526058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526058

Black with #526058

Text Example


Text Example

White with #526058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526058; }

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

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

background-color css

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

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

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

border-color css

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

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

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