Html Css Color HEX #576274 Shuttle Grey

📋 copy color: '#576274'

red 87 ◦ green 98 ◦ blue 116

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

Shades of Shuttle Grey #576274

Tints of Shuttle Grey #576274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 28.9%
G = 32.56%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#576274 (or 0x576274) is known color: Shuttle Grey. HEX triplet: 57, 62 and 74. RGB value is (87,98,116). Sum of RGB (Red+Green+Blue) = 87+98+116=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #576274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576274 is #A89D8B. Grayscale: #606060. Windows color (decimal): -11050380 or 7627351. OLE color: 7627351.

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

Color convert

RGB 87 98 116 -
CMYK 0.25 0.16 0 0.55
HSL 217.24º 0.14% 0.4% -
HSV(B) 217.24º 0.25% 0.45% -
XYZ 11.45 12.02 18.24 -
YUV 96.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 87 98 116 0.25 0.16 0 0.55 217.24 0.14 0.4
Hex 57 62 74 19 10 0 37 D9 E 28
Octal 127 142 164 31 20 0 67 331 16 50
Binary 1010111 1100010 1110100 11001 10000 0 110111 11011001 1110 101000

Color Harmonies of #576274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576274

Black with #576274

Text Example


Text Example

White with #576274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576274; }

 p { color: rgb(87,98,116); }

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

background-color css

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

 a { background-color: rgb(87,98,116); }

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

border-color css

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

 span { border-color: rgb(87,98,116); }

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