Html Css Color HEX #566172 Shuttle Grey

📋 copy color: '#566172'

red 86 ◦ green 97 ◦ blue 114

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

Shades of Shuttle Grey #566172

Tints of Shuttle Grey #566172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 28.96%
G = 32.66%
B = 38.38%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566172 (or 0x566172) is known color: Shuttle Grey. HEX triplet: 56, 61 and 72. RGB value is (86,97,114). Sum of RGB (Red+Green+Blue) = 86+97+114=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #566172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566172 is #A99E8D. Grayscale: #5F5F5F. Windows color (decimal): -11116174 or 7496022. OLE color: 7496022.

HSL color Cylindrical-coordinate representation of color #566172: hue angle of 216.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566172 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 97 114 -
CMYK 0.25 0.15 0 0.55
HSL 216.43º 0.14% 0.39% -
HSV(B) 216.43º 0.25% 0.45% -
XYZ 11.15 11.74 17.6 -
YUV 95.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 86 97 114 0.25 0.15 0 0.55 216.43 0.14 0.39
Hex 56 61 72 19 F 0 37 D8 E 27
Octal 126 141 162 31 17 0 67 330 16 47
Binary 1010110 1100001 1110010 11001 1111 0 110111 11011000 1110 100111

Color Harmonies of #566172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566172

Black with #566172

Text Example


Text Example

White with #566172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566172; }

 p { color: rgb(86,97,114); }

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

background-color css

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

 a { background-color: rgb(86,97,114); }

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

border-color css

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

 span { border-color: rgb(86,97,114); }

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