Html Css Color HEX #526371 Shuttle Grey

📋 copy color: '#526371'

red 82 ◦ green 99 ◦ blue 113

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

Shades of Shuttle Grey #526371

Tints of Shuttle Grey #526371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 27.89%
G = 33.67%
B = 38.44%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#526371 (or 0x526371) is known color: Shuttle Grey. HEX triplet: 52, 63 and 71. RGB value is (82,99,113). Sum of RGB (Red+Green+Blue) = 82+99+113=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #526371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526371 is #AD9C8E. Grayscale: #5F5F5F. Windows color (decimal): -11377807 or 7430994. OLE color: 7430994.

HSL color Cylindrical-coordinate representation of color #526371: hue angle of 207.1º 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 #526371 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 99 113 -
CMYK 0.27 0.12 0 0.56
HSL 207.1º 0.16% 0.38% -
HSV(B) 207.1º 0.27% 0.44% -
XYZ 10.92 11.91 17.35 -
YUV 95.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 82 99 113 0.27 0.12 0 0.56 207.1 0.16 0.38
Hex 52 63 71 1B C 0 38 CF 10 26
Octal 122 143 161 33 14 0 70 317 20 46
Binary 1010010 1100011 1110001 11011 1100 0 111000 11001111 10000 100110

Color Harmonies of #526371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526371

Black with #526371

Text Example


Text Example

White with #526371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526371; }

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

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

background-color css

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

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

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

border-color css

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

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

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