Html Css Color HEX #565C50 Cabbage Pont

📋 copy color: '#565C50'

red 86 ◦ green 92 ◦ blue 80

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

Shades of Cabbage Pont #565C50

Tints of Cabbage Pont #565C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 33.33%
G = 35.66%
B = 31.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#565C50 (or 0x565C50) is known color: Cabbage Pont. HEX triplet: 56, 5C and 50. RGB value is (86,92,80). Sum of RGB (Red+Green+Blue) = 86+92+80=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #565C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C50 is #A9A3AF. Grayscale: #585858. Windows color (decimal): -11117488 or 5266518. OLE color: 5266518.

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

Color convert

RGB 86 92 80 -
CMYK 0.07 0 0.13 0.64
HSL 90º 0.07% 0.34% -
HSV(B) 90º 0.13% 0.36% -
XYZ 9.11 10.21 9.08 -
YUV 88.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 86 92 80 0.07 0 0.13 0.64 90 0.07 0.34
Hex 56 5C 50 7 0 D 40 5A 7 22
Octal 126 134 120 7 0 15 100 132 7 42
Binary 1010110 1011100 1010000 111 0 1101 1000000 1011010 111 100010

Color Harmonies of #565C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C50

Black with #565C50

Text Example


Text Example

White with #565C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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