Html Css Color HEX #565860 Bright Grey

📋 copy color: '#565860'

red 86 ◦ green 88 ◦ blue 96

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

Shades of Bright Grey #565860

Tints of Bright Grey #565860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 31.85%
G = 32.59%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565860 (or 0x565860) is known color: Bright Grey. HEX triplet: 56, 58 and 60. RGB value is (86,88,96). Sum of RGB (Red+Green+Blue) = 86+88+96=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #565860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565860 is #A9A79F. Grayscale: #585858. Windows color (decimal): -11118496 or 6314070. OLE color: 6314070.

HSL color Cylindrical-coordinate representation of color #565860: hue angle of 228º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565860 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 88 96 -
CMYK 0.10 0.08 0 0.62
HSL 228º 0.05% 0.36% -
HSV(B) 228º 0.1% 0.38% -
XYZ 9.44 9.8 12.46 -
YUV 88.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 86 88 96 0.10 0.08 0 0.62 228 0.05 0.36
Hex 56 58 60 A 8 0 3E E4 5 24
Octal 126 130 140 12 10 0 76 344 5 44
Binary 1010110 1011000 1100000 1010 1000 0 111110 11100100 101 100100

Color Harmonies of #565860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565860

Black with #565860

Text Example


Text Example

White with #565860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565860; }

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

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

background-color css

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

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

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

border-color css

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

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

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