Html Css Color HEX #565F6D Shuttle Grey

📋 copy color: '#565F6D'

red 86 ◦ green 95 ◦ blue 109

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

Shades of Shuttle Grey #565F6D

Tints of Shuttle Grey #565F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 29.66%
G = 32.76%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#565F6D (or 0x565F6D) is known color: Shuttle Grey. HEX triplet: 56, 5F and 6D. RGB value is (86,95,109). Sum of RGB (Red+Green+Blue) = 86+95+109=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #565F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F6D is #A9A092. Grayscale: #5D5D5D. Windows color (decimal): -11116691 or 7167830. OLE color: 7167830.

HSL color Cylindrical-coordinate representation of color #565F6D: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565F6D is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 95 109 -
CMYK 0.21 0.13 0 0.57
HSL 216.52º 0.12% 0.38% -
HSV(B) 216.52º 0.21% 0.43% -
XYZ 10.69 11.27 16.08 -
YUV 93.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 86 95 109 0.21 0.13 0 0.57 216.52 0.12 0.38
Hex 56 5F 6D 15 D 0 39 D9 C 26
Octal 126 137 155 25 15 0 71 331 14 46
Binary 1010110 1011111 1101101 10101 1101 0 111001 11011001 1100 100110

Color Harmonies of #565F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F6D

Black with #565F6D

Text Example


Text Example

White with #565F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,109); }

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

background-color css

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

 a { background-color: rgb(86,95,109); }

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

border-color css

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

 span { border-color: rgb(86,95,109); }

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