Html Css Color HEX #565F6A Shuttle Grey

📋 copy color: '#565F6A'

red 86 ◦ green 95 ◦ blue 106

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

Shades of Shuttle Grey #565F6A

Tints of Shuttle Grey #565F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 29.97%
G = 33.1%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#565F6A (or 0x565F6A) is known color: Shuttle Grey. HEX triplet: 56, 5F and 6A. RGB value is (86,95,106). Sum of RGB (Red+Green+Blue) = 86+95+106=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #565F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F6A is #A9A095. Grayscale: #5D5D5D. Windows color (decimal): -11116694 or 6971222. OLE color: 6971222.

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

Color convert

RGB 86 95 106 -
CMYK 0.19 0.10 0 0.58
HSL 213º 0.1% 0.38% -
HSV(B) 213º 0.19% 0.42% -
XYZ 10.53 11.2 15.24 -
YUV 93.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 86 95 106 0.19 0.10 0 0.58 213 0.1 0.38
Hex 56 5F 6A 13 A 0 3A D5 A 26
Octal 126 137 152 23 12 0 72 325 12 46
Binary 1010110 1011111 1101010 10011 1010 0 111010 11010101 1010 100110

Color Harmonies of #565F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F6A

Black with #565F6A

Text Example


Text Example

White with #565F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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