Html Css Color HEX #526270 Shuttle Grey

📋 copy color: '#526270'

red 82 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #526270

Tints of Shuttle Grey #526270

RGB

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

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

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

R = 28.08%
G = 33.56%
B = 38.36%

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

#526270 (or 0x526270) is known color: Shuttle Grey. HEX triplet: 52, 62 and 70. RGB value is (82,98,112). Sum of RGB (Red+Green+Blue) = 82+98+112=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #526270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526270 is #AD9D8F. Grayscale: #5E5E5E. Windows color (decimal): -11378064 or 7365202. OLE color: 7365202.

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

Color convert

RGB 82 98 112 -
CMYK 0.27 0.13 0 0.56
HSL 208º 0.15% 0.38% -
HSV(B) 208º 0.27% 0.44% -
XYZ 10.77 11.7 17.02 -
YUV 94.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 82 98 112 0.27 0.13 0 0.56 208 0.15 0.38
Hex 52 62 70 1B D 0 38 D0 F 26
Octal 122 142 160 33 15 0 70 320 17 46
Binary 1010010 1100010 1110000 11011 1101 0 111000 11010000 1111 100110

Color Harmonies of #526270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526270

Black with #526270

Text Example


Text Example

White with #526270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526270; }

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

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

background-color css

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

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

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

border-color css

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

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

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