Html Css Color HEX #565F6C Shuttle Grey

📋 copy color: '#565F6C'

red 86 ◦ green 95 ◦ blue 108

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

Shades of Shuttle Grey #565F6C

Tints of Shuttle Grey #565F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 29.76%
G = 32.87%
B = 37.37%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#565F6C (or 0x565F6C) is known color: Shuttle Grey. HEX triplet: 56, 5F and 6C. RGB value is (86,95,108). Sum of RGB (Red+Green+Blue) = 86+95+108=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #565F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F6C is #A9A093. Grayscale: #5D5D5D. Windows color (decimal): -11116692 or 7102294. OLE color: 7102294.

HSL color Cylindrical-coordinate representation of color #565F6C: hue angle of 215.45º 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 #565F6C is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 95 108 -
CMYK 0.20 0.12 0 0.58
HSL 215.45º 0.11% 0.38% -
HSV(B) 215.45º 0.2% 0.42% -
XYZ 10.64 11.25 15.8 -
YUV 93.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 86 95 108 0.20 0.12 0 0.58 215.45 0.11 0.38
Hex 56 5F 6C 14 C 0 3A D7 B 26
Octal 126 137 154 24 14 0 72 327 13 46
Binary 1010110 1011111 1101100 10100 1100 0 111010 11010111 1011 100110

Color Harmonies of #565F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F6C

Black with #565F6C

Text Example


Text Example

White with #565F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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