Html Css Color HEX #575F69 Shuttle Grey

📋 copy color: '#575F69'

red 87 ◦ green 95 ◦ blue 105

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

Shades of Shuttle Grey #575F69

Tints of Shuttle Grey #575F69

RGB

 RED value IS 87 (34.38% from 255) = 30.31%

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 30.31%
G = 33.1%
B = 36.59%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575F69 (or 0x575F69) is known color: Shuttle Grey. HEX triplet: 57, 5F and 69. RGB value is (87,95,105). Sum of RGB (Red+Green+Blue) = 87+95+105=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #575F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F69 is #A8A096. Grayscale: #5D5D5D. Windows color (decimal): -11051159 or 6905687. OLE color: 6905687.

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

Color convert

RGB 87 95 105 -
CMYK 0.17 0.10 0 0.59
HSL 213.33º 0.09% 0.38% -
HSV(B) 213.33º 0.17% 0.41% -
XYZ 10.57 11.23 14.98 -
YUV 93.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 87 95 105 0.17 0.10 0 0.59 213.33 0.09 0.38
Hex 57 5F 69 11 A 0 3B D5 9 26
Octal 127 137 151 21 12 0 73 325 11 46
Binary 1010111 1011111 1101001 10001 1010 0 111011 11010101 1001 100110

Color Harmonies of #575F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F69

Black with #575F69

Text Example


Text Example

White with #575F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F69; }

 p { color: rgb(87,95,105); }

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

background-color css

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

 a { background-color: rgb(87,95,105); }

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

border-color css

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

 span { border-color: rgb(87,95,105); }

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