Html Css Color HEX #535E6A Shuttle Grey

📋 copy color: '#535E6A'

red 83 ◦ green 94 ◦ blue 106

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

Shades of Shuttle Grey #535E6A

Tints of Shuttle Grey #535E6A

RGB

 RED value IS 83 (32.81% from 255) = 29.33%

 GREEN value IS 94 (37.11% from 255) = 33.22%

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

R = 29.33%
G = 33.22%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#535E6A (or 0x535E6A) is known color: Shuttle Grey. HEX triplet: 53, 5E and 6A. RGB value is (83,94,106). Sum of RGB (Red+Green+Blue) = 83+94+106=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #535E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6A is #ACA195. Grayscale: #5C5C5C. Windows color (decimal): -11313558 or 6970963. OLE color: 6970963.

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

Color convert

RGB 83 94 106 -
CMYK 0.22 0.11 0 0.58
HSL 211.3º 0.12% 0.37% -
HSV(B) 211.3º 0.22% 0.42% -
XYZ 10.17 10.89 15.2 -
YUV 92.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 83 94 106 0.22 0.11 0 0.58 211.3 0.12 0.37
Hex 53 5E 6A 16 B 0 3A D3 C 25
Octal 123 136 152 26 13 0 72 323 14 45
Binary 1010011 1011110 1101010 10110 1011 0 111010 11010011 1100 100101

Color Harmonies of #535E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E6A

Black with #535E6A

Text Example


Text Example

White with #535E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E6A; }

 p { color: rgb(83,94,106); }

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

background-color css

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

 a { background-color: rgb(83,94,106); }

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

border-color css

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

 span { border-color: rgb(83,94,106); }

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