Html Css Color HEX #565B58 Feldgrau

📋 copy color: '#565B58'

red 86 ◦ green 91 ◦ blue 88

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

Shades of Feldgrau #565B58

Tints of Feldgrau #565B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

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

R = 32.45%
G = 34.34%
B = 33.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#565B58 (or 0x565B58) is known color: Feldgrau. HEX triplet: 56, 5B and 58. RGB value is (86,91,88). Sum of RGB (Red+Green+Blue) = 86+91+88=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #565B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B58 is #A9A4A7. Grayscale: #595959. Windows color (decimal): -11117736 or 5790550. OLE color: 5790550.

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

Color convert

RGB 86 91 88 -
CMYK 0.05 0 0.03 0.64
HSL 144º 0.03% 0.35% -
HSV(B) 144º 0.05% 0.36% -
XYZ 9.34 10.17 10.7 -
YUV 89.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 86 91 88 0.05 0 0.03 0.64 144 0.03 0.35
Hex 56 5B 58 5 0 3 40 90 3 23
Octal 126 133 130 5 0 3 100 220 3 43
Binary 1010110 1011011 1011000 101 0 11 1000000 10010000 11 100011

Color Harmonies of #565B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B58

Black with #565B58

Text Example


Text Example

White with #565B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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