Html Css Color HEX #565C58 Feldgrau

📋 copy color: '#565C58'

red 86 ◦ green 92 ◦ blue 88

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

Shades of Feldgrau #565C58

Tints of Feldgrau #565C58

RGB

 RED value IS 86 (33.98% from 255) = 32.33%

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 32.33%
G = 34.59%
B = 33.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#565C58 (or 0x565C58) is known color: Feldgrau. HEX triplet: 56, 5C and 58. RGB value is (86,92,88). Sum of RGB (Red+Green+Blue) = 86+92+88=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #565C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C58 is #A9A3A7. Grayscale: #595959. Windows color (decimal): -11117480 or 5790806. OLE color: 5790806.

HSL color Cylindrical-coordinate representation of color #565C58: hue angle of 140º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565C58 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 92 88 -
CMYK 0.07 0 0.04 0.64
HSL 140º 0.03% 0.35% -
HSV(B) 140º 0.07% 0.36% -
XYZ 9.43 10.34 10.73 -
YUV 89.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 86 92 88 0.07 0 0.04 0.64 140 0.03 0.35
Hex 56 5C 58 7 0 4 40 8C 3 23
Octal 126 134 130 7 0 4 100 214 3 43
Binary 1010110 1011100 1011000 111 0 100 1000000 10001100 11 100011

Color Harmonies of #565C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C58

Black with #565C58

Text Example


Text Example

White with #565C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565C58; }

 p { color: rgb(86,92,88); }

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

background-color css

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

 a { background-color: rgb(86,92,88); }

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

border-color css

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

 span { border-color: rgb(86,92,88); }

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