Html Css Color HEX #526070 Shuttle Grey

📋 copy color: '#526070'

red 82 ◦ green 96 ◦ blue 112

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

Shades of Shuttle Grey #526070

Tints of Shuttle Grey #526070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

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

R = 28.28%
G = 33.1%
B = 38.62%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#526070 (or 0x526070) is known color: Shuttle Grey. HEX triplet: 52, 60 and 70. RGB value is (82,96,112). Sum of RGB (Red+Green+Blue) = 82+96+112=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #526070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526070 is #AD9F8F. Grayscale: #5D5D5D. Windows color (decimal): -11378576 or 7364690. OLE color: 7364690.

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

Color convert

RGB 82 96 112 -
CMYK 0.27 0.14 0 0.56
HSL 212º 0.15% 0.38% -
HSV(B) 212º 0.27% 0.44% -
XYZ 10.59 11.33 16.96 -
YUV 93.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 82 96 112 0.27 0.14 0 0.56 212 0.15 0.38
Hex 52 60 70 1B E 0 38 D4 F 26
Octal 122 140 160 33 16 0 70 324 17 46
Binary 1010010 1100000 1110000 11011 1110 0 111000 11010100 1111 100110

Color Harmonies of #526070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526070

Black with #526070

Text Example


Text Example

White with #526070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526070; }

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

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

background-color css

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

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

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

border-color css

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

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

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