Html Css Color HEX #54665C Feldgrau

📋 copy color: '#54665C'

red 84 ◦ green 102 ◦ blue 92

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

Shades of Feldgrau #54665C

Tints of Feldgrau #54665C

RGB

 RED value IS 84 (33.2% from 255) = 30.22%

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 30.22%
G = 36.69%
B = 33.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#54665C (or 0x54665C) is known color: Feldgrau. HEX triplet: 54, 66 and 5C. RGB value is (84,102,92). Sum of RGB (Red+Green+Blue) = 84+102+92=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 102 - color contains mainly: green. Hex color #54665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54665C is #AB99A3. Grayscale: #5F5F5F. Windows color (decimal): -11245988 or 6055508. OLE color: 6055508.

HSL color Cylindrical-coordinate representation of color #54665C: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54665C is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 102 92 -
CMYK 0.18 0 0.10 0.6
HSL 146.67º 0.1% 0.36% -
HSV(B) 146.67º 0.18% 0.4% -
XYZ 10.34 12.16 11.93 -
YUV 95.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 84 102 92 0.18 0 0.10 0.6 146.67 0.1 0.36
Hex 54 66 5C 12 0 A 3C 93 A 24
Octal 124 146 134 22 0 12 74 223 12 44
Binary 1010100 1100110 1011100 10010 0 1010 111100 10010011 1010 100100

Color Harmonies of #54665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54665C

Black with #54665C

Text Example


Text Example

White with #54665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54665C; }

 p { color: rgb(84,102,92); }

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

background-color css

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

 a { background-color: rgb(84,102,92); }

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

border-color css

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

 span { border-color: rgb(84,102,92); }

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