Html Css Color HEX #526271 Shuttle Grey

📋 copy color: '#526271'

red 82 ◦ green 98 ◦ blue 113

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

Shades of Shuttle Grey #526271

Tints of Shuttle Grey #526271

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 27.99%
G = 33.45%
B = 38.57%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#526271 (or 0x526271) is known color: Shuttle Grey. HEX triplet: 52, 62 and 71. RGB value is (82,98,113). Sum of RGB (Red+Green+Blue) = 82+98+113=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #526271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526271 is #AD9D8E. Grayscale: #5E5E5E. Windows color (decimal): -11378063 or 7430738. OLE color: 7430738.

HSL color Cylindrical-coordinate representation of color #526271: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526271 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 98 113 -
CMYK 0.27 0.13 0 0.56
HSL 209.03º 0.16% 0.38% -
HSV(B) 209.03º 0.27% 0.44% -
XYZ 10.83 11.72 17.31 -
YUV 94.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 82 98 113 0.27 0.13 0 0.56 209.03 0.16 0.38
Hex 52 62 71 1B D 0 38 D1 10 26
Octal 122 142 161 33 15 0 70 321 20 46
Binary 1010010 1100010 1110001 11011 1101 0 111000 11010001 10000 100110

Color Harmonies of #526271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526271

Black with #526271

Text Example


Text Example

White with #526271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526271; }

 p { color: rgb(82,98,113); }

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

background-color css

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

 a { background-color: rgb(82,98,113); }

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

border-color css

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

 span { border-color: rgb(82,98,113); }

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