Html Css Color HEX #526370 Shuttle Grey

📋 copy color: '#526370'

red 82 ◦ green 99 ◦ blue 112

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

Shades of Shuttle Grey #526370

Tints of Shuttle Grey #526370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 27.99%
G = 33.79%
B = 38.23%

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

#526370 (or 0x526370) is known color: Shuttle Grey. HEX triplet: 52, 63 and 70. RGB value is (82,99,112). Sum of RGB (Red+Green+Blue) = 82+99+112=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #526370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526370 is #AD9C8F. Grayscale: #5F5F5F. Windows color (decimal): -11377808 or 7365458. OLE color: 7365458.

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

Color convert

RGB 82 99 112 -
CMYK 0.27 0.12 0 0.56
HSL 206º 0.15% 0.38% -
HSV(B) 206º 0.27% 0.44% -
XYZ 10.87 11.89 17.05 -
YUV 95.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 82 99 112 0.27 0.12 0 0.56 206 0.15 0.38
Hex 52 63 70 1B C 0 38 CE F 26
Octal 122 143 160 33 14 0 70 316 17 46
Binary 1010010 1100011 1110000 11011 1100 0 111000 11001110 1111 100110

Color Harmonies of #526370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526370

Black with #526370

Text Example


Text Example

White with #526370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526370; }

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

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

background-color css

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

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

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

border-color css

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

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

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