Html Css Color HEX #565F68 Shuttle Grey

📋 copy color: '#565F68'

red 86 ◦ green 95 ◦ blue 104

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

Shades of Shuttle Grey #565F68

Tints of Shuttle Grey #565F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 30.18%
G = 33.33%
B = 36.49%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565F68 (or 0x565F68) is known color: Shuttle Grey. HEX triplet: 56, 5F and 68. RGB value is (86,95,104). Sum of RGB (Red+Green+Blue) = 86+95+104=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #565F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F68 is #A9A097. Grayscale: #5D5D5D. Windows color (decimal): -11116696 or 6840150. OLE color: 6840150.

HSL color Cylindrical-coordinate representation of color #565F68: hue angle of 210º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565F68 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 95 104 -
CMYK 0.17 0.09 0 0.59
HSL 210º 0.09% 0.37% -
HSV(B) 210º 0.17% 0.41% -
XYZ 10.43 11.16 14.7 -
YUV 93.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 86 95 104 0.17 0.09 0 0.59 210 0.09 0.37
Hex 56 5F 68 11 9 0 3B D2 9 25
Octal 126 137 150 21 11 0 73 322 11 45
Binary 1010110 1011111 1101000 10001 1001 0 111011 11010010 1001 100101

Color Harmonies of #565F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F68

Black with #565F68

Text Example


Text Example

White with #565F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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