Html Css Color HEX #525D6A Shuttle Grey

📋 copy color: '#525D6A'

red 82 ◦ green 93 ◦ blue 106

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

Shades of Shuttle Grey #525D6A

Tints of Shuttle Grey #525D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 29.18%
G = 33.1%
B = 37.72%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#525D6A (or 0x525D6A) is known color: Shuttle Grey. HEX triplet: 52, 5D and 6A. RGB value is (82,93,106). Sum of RGB (Red+Green+Blue) = 82+93+106=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #525D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D6A is #ADA295. Grayscale: #5B5B5B. Windows color (decimal): -11379350 or 6970706. OLE color: 6970706.

HSL color Cylindrical-coordinate representation of color #525D6A: hue angle of 212.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #525D6A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 93 106 -
CMYK 0.23 0.12 0 0.58
HSL 212.5º 0.13% 0.37% -
HSV(B) 212.5º 0.23% 0.42% -
XYZ 10 10.66 15.17 -
YUV 91.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 82 93 106 0.23 0.12 0 0.58 212.5 0.13 0.37
Hex 52 5D 6A 17 C 0 3A D4 D 25
Octal 122 135 152 27 14 0 72 324 15 45
Binary 1010010 1011101 1101010 10111 1100 0 111010 11010100 1101 100101

Color Harmonies of #525D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D6A

Black with #525D6A

Text Example


Text Example

White with #525D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525D6A; }

 p { color: rgb(82,93,106); }

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

background-color css

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

 a { background-color: rgb(82,93,106); }

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

border-color css

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

 span { border-color: rgb(82,93,106); }

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