Html Css Color HEX #565B60 Bright Grey

📋 copy color: '#565B60'

red 86 ◦ green 91 ◦ blue 96

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

Shades of Bright Grey #565B60

Tints of Bright Grey #565B60

RGB

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

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

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

R = 31.5%
G = 33.33%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565B60 (or 0x565B60) is known color: Bright Grey. HEX triplet: 56, 5B and 60. RGB value is (86,91,96). Sum of RGB (Red+Green+Blue) = 86+91+96=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #565B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B60 is #A9A49F. Grayscale: #5A5A5A. Windows color (decimal): -11117728 or 6314838. OLE color: 6314838.

HSL color Cylindrical-coordinate representation of color #565B60: hue angle of 210º 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 #565B60 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 91 96 -
CMYK 0.10 0.05 0 0.62
HSL 210º 0.05% 0.36% -
HSV(B) 210º 0.1% 0.38% -
XYZ 9.69 10.31 12.54 -
YUV 90.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 86 91 96 0.10 0.05 0 0.62 210 0.05 0.36
Hex 56 5B 60 A 5 0 3E D2 5 24
Octal 126 133 140 12 5 0 76 322 5 44
Binary 1010110 1011011 1100000 1010 101 0 111110 11010010 101 100100

Color Harmonies of #565B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B60

Black with #565B60

Text Example


Text Example

White with #565B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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