Html Css Color HEX #565F6B Shuttle Grey

📋 copy color: '#565F6B'

red 86 ◦ green 95 ◦ blue 107

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

Shades of Shuttle Grey #565F6B

Tints of Shuttle Grey #565F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 29.86%
G = 32.99%
B = 37.15%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#565F6B (or 0x565F6B) is known color: Shuttle Grey. HEX triplet: 56, 5F and 6B. RGB value is (86,95,107). Sum of RGB (Red+Green+Blue) = 86+95+107=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #565F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F6B is #A9A094. Grayscale: #5D5D5D. Windows color (decimal): -11116693 or 7036758. OLE color: 7036758.

HSL color Cylindrical-coordinate representation of color #565F6B: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565F6B is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 95 107 -
CMYK 0.20 0.11 0 0.58
HSL 214.29º 0.11% 0.38% -
HSV(B) 214.29º 0.2% 0.42% -
XYZ 10.58 11.22 15.52 -
YUV 93.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 86 95 107 0.20 0.11 0 0.58 214.29 0.11 0.38
Hex 56 5F 6B 14 B 0 3A D6 B 26
Octal 126 137 153 24 13 0 72 326 13 46
Binary 1010110 1011111 1101011 10100 1011 0 111010 11010110 1011 100110

Color Harmonies of #565F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F6B

Black with #565F6B

Text Example


Text Example

White with #565F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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