Html Css Color HEX #52655A Feldgrau

📋 copy color: '#52655A'

red 82 ◦ green 101 ◦ blue 90

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

Shades of Feldgrau #52655A

Tints of Feldgrau #52655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 30.04%
G = 37%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#52655A (or 0x52655A) is known color: Feldgrau. HEX triplet: 52, 65 and 5A. RGB value is (82,101,90). Sum of RGB (Red+Green+Blue) = 82+101+90=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #52655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655A is #AD9AA5. Grayscale: #5E5E5E. Windows color (decimal): -11377318 or 5924178. OLE color: 5924178.

HSL color Cylindrical-coordinate representation of color #52655A: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52655A is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 90 -
CMYK 0.19 0 0.11 0.60
HSL 145.26º 0.1% 0.36% -
HSV(B) 145.26º 0.19% 0.4% -
XYZ 9.98 11.84 11.43 -
YUV 94.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 82 101 90 0.19 0 0.11 0.60 145.26 0.1 0.36
Hex 52 65 5A 13 0 B 3C 91 A 24
Octal 122 145 132 23 0 13 74 221 12 44
Binary 1010010 1100101 1011010 10011 0 1011 111100 10010001 1010 100100

Color Harmonies of #52655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52655A

Black with #52655A

Text Example


Text Example

White with #52655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52655A; }

 p { color: rgb(82,101,90); }

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

background-color css

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

 a { background-color: rgb(82,101,90); }

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

border-color css

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

 span { border-color: rgb(82,101,90); }

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