Html Css Color HEX #526472 Shuttle Grey

📋 copy color: '#526472'

red 82 ◦ green 100 ◦ blue 114

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

Shades of Shuttle Grey #526472

Tints of Shuttle Grey #526472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 27.7%
G = 33.78%
B = 38.51%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526472 (or 0x526472) is known color: Shuttle Grey. HEX triplet: 52, 64 and 72. RGB value is (82,100,114). Sum of RGB (Red+Green+Blue) = 82+100+114=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #526472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526472 is #AD9B8D. Grayscale: #606060. Windows color (decimal): -11377550 or 7496786. OLE color: 7496786.

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

Color convert

RGB 82 100 114 -
CMYK 0.28 0.12 0 0.55
HSL 206.25º 0.16% 0.38% -
HSV(B) 206.25º 0.28% 0.45% -
XYZ 11.07 12.12 17.68 -
YUV 96.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 82 100 114 0.28 0.12 0 0.55 206.25 0.16 0.38
Hex 52 64 72 1C C 0 37 CE 10 26
Octal 122 144 162 34 14 0 67 316 20 46
Binary 1010010 1100100 1110010 11100 1100 0 110111 11001110 10000 100110

Color Harmonies of #526472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526472

Black with #526472

Text Example


Text Example

White with #526472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526472; }

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

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

background-color css

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

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

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

border-color css

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

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

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