Html Css Color HEX #52665A Feldgrau

📋 copy color: '#52665A'

red 82 ◦ green 102 ◦ blue 90

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

Shades of Feldgrau #52665A

Tints of Feldgrau #52665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

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

R = 29.93%
G = 37.23%
B = 32.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#52665A (or 0x52665A) is known color: Feldgrau. HEX triplet: 52, 66 and 5A. RGB value is (82,102,90). Sum of RGB (Red+Green+Blue) = 82+102+90=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #52665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665A is #AD99A5. Grayscale: #5E5E5E. Windows color (decimal): -11377062 or 5924434. OLE color: 5924434.

HSL color Cylindrical-coordinate representation of color #52665A: hue angle of 144º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52665A is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 90 -
CMYK 0.20 0 0.12 0.6
HSL 144º 0.11% 0.36% -
HSV(B) 144º 0.2% 0.4% -
XYZ 10.08 12.03 11.46 -
YUV 94.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 82 102 90 0.20 0 0.12 0.6 144 0.11 0.36
Hex 52 66 5A 14 0 C 3C 90 B 24
Octal 122 146 132 24 0 14 74 220 13 44
Binary 1010010 1100110 1011010 10100 0 1100 111100 10010000 1011 100100

Color Harmonies of #52665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52665A

Black with #52665A

Text Example


Text Example

White with #52665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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