Html Css Color HEX #526172 Shuttle Grey

📋 copy color: '#526172'

red 82 ◦ green 97 ◦ blue 114

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

Shades of Shuttle Grey #526172

Tints of Shuttle Grey #526172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 27.99%
G = 33.11%
B = 38.91%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526172 (or 0x526172) is known color: Shuttle Grey. HEX triplet: 52, 61 and 72. RGB value is (82,97,114). Sum of RGB (Red+Green+Blue) = 82+97+114=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #526172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526172 is #AD9E8D. Grayscale: #5E5E5E. Windows color (decimal): -11378318 or 7496018. OLE color: 7496018.

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

Color convert

RGB 82 97 114 -
CMYK 0.28 0.15 0 0.55
HSL 211.88º 0.16% 0.38% -
HSV(B) 211.88º 0.28% 0.45% -
XYZ 10.79 11.56 17.58 -
YUV 94.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 82 97 114 0.28 0.15 0 0.55 211.88 0.16 0.38
Hex 52 61 72 1C F 0 37 D4 10 26
Octal 122 141 162 34 17 0 67 324 20 46
Binary 1010010 1100001 1110010 11100 1111 0 110111 11010100 10000 100110

Color Harmonies of #526172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526172

Black with #526172

Text Example


Text Example

White with #526172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526172; }

 p { color: rgb(82,97,114); }

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

background-color css

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

 a { background-color: rgb(82,97,114); }

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

border-color css

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

 span { border-color: rgb(82,97,114); }

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