Html Css Color HEX #525F6B Shuttle Grey

📋 copy color: '#525F6B'

red 82 ◦ green 95 ◦ blue 107

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

Shades of Shuttle Grey #525F6B

Tints of Shuttle Grey #525F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 28.87%
G = 33.45%
B = 37.68%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#525F6B (or 0x525F6B) is known color: Shuttle Grey. HEX triplet: 52, 5F and 6B. RGB value is (82,95,107). Sum of RGB (Red+Green+Blue) = 82+95+107=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #525F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F6B is #ADA094. Grayscale: #5C5C5C. Windows color (decimal): -11378837 or 7036754. OLE color: 7036754.

HSL color Cylindrical-coordinate representation of color #525F6B: hue angle of 208.8º 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 #525F6B is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 95 107 -
CMYK 0.23 0.11 0 0.58
HSL 208.8º 0.13% 0.37% -
HSV(B) 208.8º 0.23% 0.42% -
XYZ 10.23 11.04 15.5 -
YUV 92.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 82 95 107 0.23 0.11 0 0.58 208.8 0.13 0.37
Hex 52 5F 6B 17 B 0 3A D1 D 25
Octal 122 137 153 27 13 0 72 321 15 45
Binary 1010010 1011111 1101011 10111 1011 0 111010 11010001 1101 100101

Color Harmonies of #525F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F6B

Black with #525F6B

Text Example


Text Example

White with #525F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,95,107); }

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

background-color css

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

 a { background-color: rgb(82,95,107); }

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

border-color css

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

 span { border-color: rgb(82,95,107); }

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