Html Css Color HEX #576068 Shuttle Grey

📋 copy color: '#576068'

red 87 ◦ green 96 ◦ blue 104

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

Shades of Shuttle Grey #576068

Tints of Shuttle Grey #576068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

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

R = 30.31%
G = 33.45%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#576068 (or 0x576068) is known color: Shuttle Grey. HEX triplet: 57, 60 and 68. RGB value is (87,96,104). Sum of RGB (Red+Green+Blue) = 87+96+104=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #576068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576068 is #A89F97. Grayscale: #5E5E5E. Windows color (decimal): -11050904 or 6840407. OLE color: 6840407.

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

Color convert

RGB 87 96 104 -
CMYK 0.16 0.08 0 0.59
HSL 208.24º 0.09% 0.37% -
HSV(B) 208.24º 0.16% 0.41% -
XYZ 10.61 11.39 14.74 -
YUV 94.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 87 96 104 0.16 0.08 0 0.59 208.24 0.09 0.37
Hex 57 60 68 10 8 0 3B D0 9 25
Octal 127 140 150 20 10 0 73 320 11 45
Binary 1010111 1100000 1101000 10000 1000 0 111011 11010000 1001 100101

Color Harmonies of #576068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576068

Black with #576068

Text Example


Text Example

White with #576068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576068; }

 p { color: rgb(87,96,104); }

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

background-color css

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

 a { background-color: rgb(87,96,104); }

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

border-color css

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

 span { border-color: rgb(87,96,104); }

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