Html Css Color HEX #526373 Shuttle Grey

📋 copy color: '#526373'

red 82 ◦ green 99 ◦ blue 115

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

Shades of Shuttle Grey #526373

Tints of Shuttle Grey #526373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 27.7%
G = 33.45%
B = 38.85%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#526373 (or 0x526373) is known color: Shuttle Grey. HEX triplet: 52, 63 and 73. RGB value is (82,99,115). Sum of RGB (Red+Green+Blue) = 82+99+115=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #526373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526373 is #AD9C8C. Grayscale: #5F5F5F. Windows color (decimal): -11377805 or 7562066. OLE color: 7562066.

HSL color Cylindrical-coordinate representation of color #526373: hue angle of 209.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526373 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 99 115 -
CMYK 0.29 0.14 0 0.55
HSL 209.09º 0.17% 0.39% -
HSV(B) 209.09º 0.29% 0.45% -
XYZ 11.04 11.96 17.95 -
YUV 95.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 82 99 115 0.29 0.14 0 0.55 209.09 0.17 0.39
Hex 52 63 73 1D E 0 37 D1 11 27
Octal 122 143 163 35 16 0 67 321 21 47
Binary 1010010 1100011 1110011 11101 1110 0 110111 11010001 10001 100111

Color Harmonies of #526373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526373

Black with #526373

Text Example


Text Example

White with #526373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526373; }

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

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

background-color css

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

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

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

border-color css

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

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

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